Merge pull request #6097 from zmstone/chore-bump-pkg-vsn-to-4.4.0

chore: bump release version to 4.4.0
This commit is contained in:
JianBo He 2021-11-09 09:22:12 +08:00 committed by GitHub
commit 00ae24fd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -32,4 +32,4 @@
-define(ERROR14, 114). %% OldPassword error
-define(ERROR15, 115). %% bad topic
-define(VERSIONS, ["4.0", "4.1", "4.2", "4.3"]).
-define(VERSIONS, ["4.0", "4.1", "4.2", "4.3", "4.4"]).

View File

@ -29,7 +29,7 @@
-ifndef(EMQX_ENTERPRISE).
-define(EMQX_RELEASE, {opensource, "4.3.9"}).
-define(EMQX_RELEASE, {opensource, "4.4.0"}).
-else.