chore: bump apps version

This commit is contained in:
Zaiming (Stone) Shi 2023-05-23 13:04:28 +02:00
parent 3bb1f7ab2b
commit e78ffb2dd4
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.3"},
{vsn, "0.2.4"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, emqx_ctl]},

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_modules, [
{description, "EMQX Modules"},
{vsn, "5.0.14"},
{vsn, "5.0.15"},
{modules, []},
{applications, [kernel, stdlib, emqx, emqx_ctl]},
{mod, {emqx_modules_app, []}},