chore: bump to e/v5.1.0-alpha.5

This commit is contained in:
zhongwencool 2023-06-13 00:06:54 +08:00
parent c11011d857
commit 58dc042279
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").