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

chore: bump applications versions

* emqx_rule_engine 5.0.23
Andrew Mayorov пре 2 година
родитељ
комит
fe9477f92e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/emqx_rule_engine/src/emqx_rule_engine.app.src

+ 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.22"},
+    {vsn, "5.0.23"},
     {modules, []},
     {registered, [emqx_rule_engine_sup, emqx_rule_engine]},
     {applications, [kernel, stdlib, rulesql, getopt, emqx_ctl, uuid]},