fix(appup): ensure version bump for emqx_management

This commit is contained in:
Zaiming Shi 2021-05-20 09:03:40 +02:00
parent 4e1798e3f3
commit c07fe0696b
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_management,
[{description, "EMQ X Management API and CLI"},
{vsn, "4.3.1"}, % strict semver, bump manually!
{vsn, "4.3.2"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_management_sup]},
{applications, [kernel,stdlib,minirest]},

View File

@ -1,12 +1,12 @@
%% -*-: erlang -*-
{"4.3.1",
[ {"4.3.0",
{"4.3.2",
[ {<<"4.3.[0-1]">>,
[ {load_module, emqx_mgmt_data_backup, brutal_purge, soft_purge, []}
]}
],
[
{"4.3.0",
{<<"4.3.[0-1]">>,
[ {load_module, emqx_mgmt_data_backup, brutal_purge, soft_purge, []}
]}
]
}.
}.