chore: bump EMQX_RELEASE_EE amd emqx app vsn
This commit is contained in:
parent
a13c961744
commit
9ede0d7916
|
@ -35,4 +35,4 @@
|
|||
-define(EMQX_RELEASE_CE, "5.6.1").
|
||||
|
||||
%% Enterprise edition
|
||||
-define(EMQX_RELEASE_EE, "5.6.1").
|
||||
-define(EMQX_RELEASE_EE, "5.6.1-patch.2").
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{application, emqx, [
|
||||
{id, "emqx"},
|
||||
{description, "EMQX Core"},
|
||||
{vsn, "5.2.1"},
|
||||
{vsn, "5.2.2"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
|
|
Loading…
Reference in New Issue