chore(mgmt): update appup.src
This commit is contained in:
parent
73e0cbd644
commit
30ed74bc80
|
@ -1,6 +1,6 @@
|
|||
{application, emqx_management,
|
||||
[{description, "EMQ X Management API and CLI"},
|
||||
{vsn, "4.3.3"}, % strict semver, bump manually!
|
||||
{vsn, "4.3.4"}, % strict semver, bump manually!
|
||||
{modules, []},
|
||||
{registered, [emqx_management_sup]},
|
||||
{applications, [kernel,stdlib,minirest]},
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
%% -*- mode: erlang -*-
|
||||
{VSN,
|
||||
[ {<<"4.3.[0-2]">>,
|
||||
[ {<<"4.3.[0-3]">>,
|
||||
[ {restart_application, emqx_management}
|
||||
]},
|
||||
{<<".*">>, []}
|
||||
],
|
||||
[ {<<"4.3.[0-2]">>,
|
||||
[ {<<"4.3.[0-3]">>,
|
||||
[ {restart_application, emqx_management}
|
||||
]},
|
||||
{<<".*">>, []}
|
||||
|
|
Loading…
Reference in New Issue