chore: bump app vsn

This commit is contained in:
William Yang 2023-05-30 19:41:05 +02:00
parent f2e54c9a6e
commit 0d6465b016
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{application, emqx_ee_bridge, [
{description, "EMQX Enterprise data bridges"},
{vsn, "0.1.14"},
{vsn, "0.1.15"},
{registered, []},
{applications, [
kernel,