feat(ft): update app versions

This commit is contained in:
Ilya Averyanov 2023-04-21 17:50:10 +03:00
parent 12a8c070d4
commit ebb75b275e
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{id, "emqx_machine"},
{description, "The EMQX Machine"},
% strict semver, bump manually!
{vsn, "0.2.2"},
{vsn, "0.2.3"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, emqx_ctl]},

View File

@ -1,6 +1,6 @@
{application, emqx_ee_conf, [
{description, "EMQX Enterprise Edition configuration schema"},
{vsn, "0.1.1"},
{vsn, "0.1.2"},
{registered, []},
{applications, [
kernel,