chore: bump version to 5.1.0-alpha.3

This commit is contained in:
Zaiming (Stone) Shi 2023-06-05 20:25:48 +02:00
parent 75df622426
commit 67db9d6fe9
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.2").
-define(EMQX_RELEASE_CE, "5.1.0-alpha.3").
%% Enterprise edition
-define(EMQX_RELEASE_EE, "5.1.0-alpha.2").
-define(EMQX_RELEASE_EE, "5.1.0-alpha.3").
%% the HTTP API version
-define(EMQX_API_VERSION, "5.0").