chore: bump apps vsns

This commit is contained in:
Thales Macedo Garitezi 2023-09-11 16:06:53 -03:00
parent 223d47a6ac
commit d0f1c75651
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{application, emqx, [
{id, "emqx"},
{description, "EMQX Core"},
{vsn, "5.1.9"},
{vsn, "5.1.10"},
{modules, []},
{registered, []},
{applications, [

View File

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