chore: fix release version
This commit is contained in:
parent
143673b703
commit
bfb2218392
|
@ -32,10 +32,10 @@
|
|||
%% `apps/emqx/src/bpapi/README.md'
|
||||
|
||||
%% Opensource edition
|
||||
-define(EMQX_RELEASE_CE, "5.3.1.alpha.1").
|
||||
-define(EMQX_RELEASE_CE, "5.3.1-alpha.1").
|
||||
|
||||
%% Enterprise edition
|
||||
-define(EMQX_RELEASE_EE, "5.3.1.alpha.1").
|
||||
-define(EMQX_RELEASE_EE, "5.3.1-alpha.1").
|
||||
|
||||
%% The HTTP API version
|
||||
-define(EMQX_API_VERSION, "5.0").
|
||||
|
|
Loading…
Reference in New Issue