chore: fix release version

This commit is contained in:
Ivan Dyachkov 2023-10-10 14:50:49 +02:00
parent 143673b703
commit bfb2218392
1 changed files with 2 additions and 2 deletions

View File

@ -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").