chore(relup): fix check relup fail

This commit is contained in:
Turtle 2021-07-16 17:39:28 +08:00 committed by turtleDeng
parent 5edb5351b0
commit befd22282f
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{application, emqx_dashboard,
[{description, "EMQ X Web Dashboard"},
{vsn, "4.3.1"}, % strict semver, bump manually!
{vsn, "4.3.2"}, % strict semver, bump manually!
{modules, []},
{registered, [emqx_dashboard_sup]},
{applications, [kernel,stdlib,mnesia,minirest]},

View File

@ -1,6 +1,6 @@
%% -*- mode: erlang -*-
{VSN,
[ {"4.3.0",
[ {<<"4.3.[0-1]">>,
%% load all plugins
%% NOTE: this depends on the fact that emqx_dashboard is always
%% the last application gets upgraded
@ -8,7 +8,7 @@
]},
{<<".*">>, []}
],
[ {"4.3.0",
[ {<<"4.3.[0-1]">>,
[ {apply, {emqx_plugins, load, []}}
]},
{<<".*">>, []}