Merge pull request #10634 from zmstone/0508-prepare-e5.0.3-release

0508 prepare e5.0.3 release
This commit is contained in:
Zaiming (Stone) Shi 2023-05-08 13:42:01 +02:00 committed by GitHub
commit 56d8541fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,7 @@
-define(EMQX_RELEASE_CE, "5.0.22"). -define(EMQX_RELEASE_CE, "5.0.22").
%% Enterprise edition %% Enterprise edition
-define(EMQX_RELEASE_EE, "5.0.3-rc.1"). -define(EMQX_RELEASE_EE, "5.0.3").
%% the HTTP API version %% the HTTP API version
-define(EMQX_API_VERSION, "5.0"). -define(EMQX_API_VERSION, "5.0").

View File

@ -7,7 +7,8 @@
stdlib, stdlib,
telemetry, telemetry,
wolff, wolff,
brod brod,
brod_gssapi
]}, ]},
{env, []}, {env, []},
{modules, []}, {modules, []},