chore: bump version to 4.4.11-alpha.1

This commit is contained in:
Zaiming (Stone) Shi 2022-11-07 21:57:04 +01:00
parent 237f8f7fde
commit 31a582241b
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: 4.4.10 version: 4.4.11
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: 4.4.10 appVersion: 4.4.11

View File

@ -29,7 +29,7 @@
-ifndef(EMQX_ENTERPRISE). -ifndef(EMQX_ENTERPRISE).
-define(EMQX_RELEASE, {opensource, "4.4.10"}). -define(EMQX_RELEASE, {opensource, "4.4.11-alpha.1"}).
-else. -else.