chore: bump emqx_durable_storage and emqx_license app vsn

This commit is contained in:
Zaiming (Stone) Shi 2023-10-02 20:11:13 +02:00
parent abe086e1a0
commit 3f6e0e890b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{application, emqx_durable_storage, [
{description, "Message persistence and subscription replays for EMQX"},
% strict semver, bump manually!
{vsn, "0.1.5"},
{vsn, "0.1.6"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, rocksdb, gproc, mria]},

View File

@ -1,6 +1,6 @@
{application, emqx_license, [
{description, "EMQX License"},
{vsn, "5.0.12"},
{vsn, "5.0.13"},
{modules, []},
{registered, [emqx_license_sup]},
{applications, [kernel, stdlib, emqx_ctl]},