chore: bump rlease versions

This commit is contained in:
Zaiming (Stone) Shi 2023-05-30 08:21:50 +02:00
parent 5aaac86e28
commit 3b8cba6ba0
1 changed files with 2 additions and 2 deletions

View File

@ -32,10 +32,10 @@
%% `apps/emqx/src/bpapi/README.md'
%% Community edition
-define(EMQX_RELEASE_CE, "5.0.26").
-define(EMQX_RELEASE_CE, "5.1.0-alpha.1").
%% Enterprise edition
-define(EMQX_RELEASE_EE, "5.0.4").
-define(EMQX_RELEASE_EE, "5.1.0-alpha.1").
%% the HTTP API version
-define(EMQX_API_VERSION, "5.0").