chore: prepare for release v4.4.1-rc.1

This commit is contained in:
Zaiming (Stone) Shi 2022-02-21 00:21:48 +01:00
parent 3a5a2047e9
commit 14575fed63
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
-ifndef(EMQX_ENTERPRISE).
-define(EMQX_RELEASE, {opensource, "4.4.0"}).
-define(EMQX_RELEASE, {opensource, "4.4.1-rc.1"}).
-else.

View File

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