From f24f5239cc0131a554c9b36be4e7cb60a38e35ab Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 17 Jul 2021 08:38:56 +0800 Subject: [PATCH] chore(helm): update app version to 1.14.0 (#595) Signed-off-by: Bo-Yi Wu --- helm/gorush/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/gorush/Chart.yaml b/helm/gorush/Chart.yaml index 6806251..ea3df48 100644 --- a/helm/gorush/Chart.yaml +++ b/helm/gorush/Chart.yaml @@ -3,7 +3,7 @@ name: gorush description: A push notification micro server using Gin framework written in Go (Golang) type: application version: 0.1.0 -appVersion: "1.13.0" +appVersion: "1.14.0" dependencies: - name: redis version: ~14.1