Merge pull request #11027 from zhongwencool/bump-5.1.0-alpha.5

chore: bump to e/v5.1.0-alpha.5
This commit is contained in:
zhongwencool 2023-06-13 00:24:32 +08:00 committed by GitHub
commit 3995658c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.1.0-alpha.4").
-define(EMQX_RELEASE_CE, "5.1.0-alpha.5").
%% Enterprise edition
-define(EMQX_RELEASE_EE, "5.1.0-alpha.4").
-define(EMQX_RELEASE_EE, "5.1.0-alpha.5").
%% The HTTP API version
-define(EMQX_API_VERSION, "5.0").