fix(emqx_rule_engine): add appup

This commit is contained in:
Zaiming Shi 2021-05-11 14:20:14 +02:00 committed by Zaiming (Stone) Shi
parent 873459a07f
commit ded494f544
2 changed files with 15 additions and 1 deletions

View File

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

View File

@ -0,0 +1,14 @@
%% -*-: erlang -*-
{"4.3.1",
[ {"4.3.0",
[ {load_module, emqx_rule_funcs, brutal_purge, soft_purge, []}
]},
{<<".*">>, []}
],
[
{"4.3.0",
[ {load_module, emqx_rule_funcs, brutal_purge, soft_purge, []}
]},
{<<".*">>, []}
]
}.