From 31a582241bc66eb5b63b2eeab7989ebeae1a4434 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 7 Nov 2022 21:57:04 +0100 Subject: [PATCH] chore: bump version to 4.4.11-alpha.1 --- 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 fe880a4fa..1bd3f411d 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.4.10 +version: 4.4.11 # 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: 4.4.10 +appVersion: 4.4.11 diff --git a/include/emqx_release.hrl b/include/emqx_release.hrl index ca6b9ba01..242f4156f 100644 --- a/include/emqx_release.hrl +++ b/include/emqx_release.hrl @@ -29,7 +29,7 @@ -ifndef(EMQX_ENTERPRISE). --define(EMQX_RELEASE, {opensource, "4.4.10"}). +-define(EMQX_RELEASE, {opensource, "4.4.11-alpha.1"}). -else.