Thales Macedo Garitezi 2 лет назад
Родитель
Сommit
d0f1c75651
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      apps/emqx/src/emqx.app.src
  2. 1 1
      apps/emqx_rule_engine/src/emqx_rule_engine.app.src

+ 1 - 1
apps/emqx/src/emqx.app.src

@@ -2,7 +2,7 @@
 {application, emqx, [
     {id, "emqx"},
     {description, "EMQX Core"},
-    {vsn, "5.1.9"},
+    {vsn, "5.1.10"},
     {modules, []},
     {registered, []},
     {applications, [

+ 1 - 1
apps/emqx_rule_engine/src/emqx_rule_engine.app.src

@@ -2,7 +2,7 @@
 {application, emqx_rule_engine, [
     {description, "EMQX Rule Engine"},
     % strict semver, bump manually!
-    {vsn, "5.0.24"},
+    {vsn, "5.0.25"},
     {modules, []},
     {registered, [emqx_rule_engine_sup, emqx_rule_engine]},
     {applications, [kernel, stdlib, rulesql, getopt, emqx_ctl, uuid]},