From df51af0ce6c0b4ec9a67f01b870b83be1364bd30 Mon Sep 17 00:00:00 2001 From: zhouzb Date: Tue, 30 Aug 2022 17:27:54 +0800 Subject: [PATCH] chore: bump vsn --- 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 0d00f8948..7667ab443 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.18 +version: 4.3.19 # 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.3.18 +appVersion: 4.3.19 diff --git a/include/emqx_release.hrl b/include/emqx_release.hrl index ed989ddc2..9e703b64b 100644 --- a/include/emqx_release.hrl +++ b/include/emqx_release.hrl @@ -29,7 +29,7 @@ -ifndef(EMQX_ENTERPRISE). --define(EMQX_RELEASE, {opensource, "4.3.19-beta.4"}). +-define(EMQX_RELEASE, {opensource, "4.3.19"}). -else.