From 0ba6ab7feb5c45fc0180ea11983255b6a0bbf60f Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Fri, 29 Jul 2022 14:59:58 +0800 Subject: [PATCH] chore: bump to 4.4.6 --- deploy/charts/emqx/Chart.yaml | 4 ++-- include/emqx_release.hrl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/charts/emqx/Chart.yaml b/deploy/charts/emqx/Chart.yaml index 3f24cc699..1440b3666 100644 --- a/deploy/charts/emqx/Chart.yaml +++ b/deploy/charts/emqx/Chart.yaml @@ -13,8 +13,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: 4.3.0 +version: 4.4.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: latest +appVersion: 4.4.6 diff --git a/include/emqx_release.hrl b/include/emqx_release.hrl index 6c2904ce9..5d66c1299 100644 --- a/include/emqx_release.hrl +++ b/include/emqx_release.hrl @@ -29,7 +29,7 @@ -ifndef(EMQX_ENTERPRISE). --define(EMQX_RELEASE, {opensource, "4.4.6-beta.4"}). +-define(EMQX_RELEASE, {opensource, "4.4.6"}). -else.