fix: bump new feature lib-ce apps to 4.4

This commit is contained in:
Zaiming Shi 2021-11-16 14:36:36 +01:00
parent 4d9854012e
commit ced2429011
3 changed files with 3 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{application, emqx_modules, {application, emqx_modules,
[{description, "EMQ X Module Management"}, [{description, "EMQ X Module Management"},
{vsn, "4.3.4"}, {vsn, "4.4.0"},
{modules, []}, {modules, []},
{applications, [kernel,stdlib]}, {applications, [kernel,stdlib]},
{mod, {emqx_modules_app, []}}, {mod, {emqx_modules_app, []}},

View File

@ -2,6 +2,7 @@
set -euo pipefail set -euo pipefail
latest_release=$(git describe --abbrev=0 --tags) latest_release=$(git describe --abbrev=0 --tags)
echo "Compare base: $latest_release"
bad_app_count=0 bad_app_count=0