chore(mgmt): update appup.src

This commit is contained in:
JianBo He 2021-07-13 10:29:02 +08:00
parent 73e0cbd644
commit 30ed74bc80
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,11 +1,11 @@
%% -*- mode: erlang -*- %% -*- mode: erlang -*-
{VSN, {VSN,
[ {<<"4.3.[0-2]">>, [ {<<"4.3.[0-3]">>,
[ {restart_application, emqx_management} [ {restart_application, emqx_management}
]}, ]},
{<<".*">>, []} {<<".*">>, []}
], ],
[ {<<"4.3.[0-2]">>, [ {<<"4.3.[0-3]">>,
[ {restart_application, emqx_management} [ {restart_application, emqx_management}
]}, ]},
{<<".*">>, []} {<<".*">>, []}