Преглед изворни кода

chore: update emqx_conf/emqx_machine version

Zhongwen Deng пре 3 година
родитељ
комит
59ac5320b1
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      apps/emqx_conf/src/emqx_conf.app.src
  2. 1 1
      apps/emqx_machine/src/emqx_machine.app.src

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

@@ -1,6 +1,6 @@
 {application, emqx_conf, [
 {application, emqx_conf, [
     {description, "EMQX configuration management"},
     {description, "EMQX configuration management"},
-    {vsn, "0.1.6"},
+    {vsn, "0.1.7"},
     {registered, []},
     {registered, []},
     {mod, {emqx_conf_app, []}},
     {mod, {emqx_conf_app, []}},
     {applications, [kernel, stdlib]},
     {applications, [kernel, stdlib]},

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

@@ -3,7 +3,7 @@
     {id, "emqx_machine"},
     {id, "emqx_machine"},
     {description, "The EMQX Machine"},
     {description, "The EMQX Machine"},
     % strict semver, bump manually!
     % strict semver, bump manually!
-    {vsn, "0.1.0"},
+    {vsn, "0.1.1"},
     {modules, []},
     {modules, []},
     {registered, []},
     {registered, []},
     {applications, [kernel, stdlib]},
     {applications, [kernel, stdlib]},