Merge pull request #12791 from HJianBo/0327-cut-5.6.0-rc.6
chore: bump version to 5.6.0-rc.6
This commit is contained in:
commit
ae5b511c83
|
@ -32,7 +32,7 @@
|
|||
%% `apps/emqx/src/bpapi/README.md'
|
||||
|
||||
%% Opensource edition
|
||||
-define(EMQX_RELEASE_CE, "5.6.0-rc.5").
|
||||
-define(EMQX_RELEASE_CE, "5.6.0-rc.6").
|
||||
|
||||
%% Enterprise edition
|
||||
-define(EMQX_RELEASE_EE, "5.6.0-rc.5").
|
||||
-define(EMQX_RELEASE_EE, "5.6.0-rc.6").
|
||||
|
|
|
@ -14,8 +14,8 @@ type: application
|
|||
|
||||
# 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.
|
||||
version: 5.6.0-rc.5
|
||||
version: 5.6.0-rc.6
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
appVersion: 5.6.0-rc.5
|
||||
appVersion: 5.6.0-rc.6
|
||||
|
|
|
@ -14,8 +14,8 @@ type: application
|
|||
|
||||
# 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.
|
||||
version: 5.6.0-rc.5
|
||||
version: 5.6.0-rc.6
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
appVersion: 5.6.0-rc.5
|
||||
appVersion: 5.6.0-rc.6
|
||||
|
|
Loading…
Reference in New Issue