Skip to content

Commit

Permalink
fix(ft): bump application versions
Browse files Browse the repository at this point in the history
  • Loading branch information
savonarola committed May 16, 2023
1 parent 1a8cf0e commit b71955e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/emqx/src/emqx.app.src
Expand Up @@ -3,7 +3,7 @@
{id, "emqx"},
{description, "EMQX Core"},
% strict semver, bump manually!
{vsn, "5.0.25"},
{vsn, "5.0.26"},
{modules, []},
{registered, []},
{applications, [
Expand Down
2 changes: 1 addition & 1 deletion apps/emqx_dashboard/src/emqx_dashboard.app.src
Expand Up @@ -2,7 +2,7 @@
{application, emqx_dashboard, [
{description, "EMQX Web Dashboard"},
% strict semver, bump manually!
{vsn, "5.0.20"},
{vsn, "5.0.21"},
{modules, []},
{registered, [emqx_dashboard_sup]},
{applications, [kernel, stdlib, mnesia, minirest, emqx, emqx_ctl]},
Expand Down
2 changes: 1 addition & 1 deletion apps/emqx_machine/src/emqx_machine.app.src
Expand Up @@ -3,7 +3,7 @@
{id, "emqx_machine"},
{description, "The EMQX Machine"},
% strict semver, bump manually!
{vsn, "0.2.3"},
{vsn, "0.2.4"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, emqx_ctl]},
Expand Down
2 changes: 1 addition & 1 deletion lib-ee/emqx_ee_conf/src/emqx_ee_conf.app.src
@@ -1,6 +1,6 @@
{application, emqx_ee_conf, [
{description, "EMQX Enterprise Edition configuration schema"},
{vsn, "0.1.2"},
{vsn, "0.1.3"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit b71955e

Please sign in to comment.