chore: prepare for v4.4.13-alpha.1 release

This commit is contained in:
Zaiming (Stone) Shi 2022-12-29 11:22:38 +01:00
parent 1f9b2a7e69
commit cf6bf2a2fe
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.12 version: 4.4.13
# 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.12 appVersion: 4.4.13

View File

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