chore(emqx_rule_engine): bump app vsn to 4.4.0

This commit is contained in:
Zaiming Shi 2021-11-15 15:34:48 +01:00
parent d05e2ff0b1
commit ca1458d4d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_rule_engine,
[{description, "EMQ X Rule Engine"},
{vsn, "4.3.6"}, % strict semver, bump manually!
{vsn, "4.4.0"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_rule_engine_sup, emqx_rule_registry]},
{applications, [kernel,stdlib,rulesql,getopt]},