chore: bump to version 5.1.0-alpha.2 for both ce and ee

This commit is contained in:
Zaiming (Stone) Shi 2023-06-01 10:13:56 +02:00
parent b5f24c4f88
commit feecd53436
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.1.0-alpha.1").
-define(EMQX_RELEASE_CE, "5.1.0-alpha.2").
%% Enterprise edition
-define(EMQX_RELEASE_EE, "5.1.0-alpha.1").
-define(EMQX_RELEASE_EE, "5.1.0-alpha.2").
%% the HTTP API version
-define(EMQX_API_VERSION, "5.0").