From aa6d70432f599dc06d8f315052c219b7299c40b6 Mon Sep 17 00:00:00 2001 From: Rohan Kumar <131854912+rohank-deepsource@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:44:21 +0530 Subject: [PATCH] chore(bump): runner appVersion -> v1.0.0-beta.2 (#5) --- charts/runner/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/runner/Chart.yaml b/charts/runner/Chart.yaml index 9ef1042..7fe17ed 100644 --- a/charts/runner/Chart.yaml +++ b/charts/runner/Chart.yaml @@ -18,10 +18,10 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.1 +version: 1.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.0.0-beta.1" +appVersion: "v1.0.0-beta.2"