From d00cb1ed81099bd221ef000a23d0fca7f4a7fbc4 Mon Sep 17 00:00:00 2001 From: Allen Gooch Date: Mon, 6 Mar 2023 13:31:48 -0600 Subject: [PATCH] Bump version to 0.61.0 for release --- VERSION | 2 +- charts/spaces-operator/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 8ae6567..0b09455 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.60.11 +0.61.0 diff --git a/charts/spaces-operator/Chart.yaml b/charts/spaces-operator/Chart.yaml index bbc5ab9..3dda61d 100644 --- a/charts/spaces-operator/Chart.yaml +++ b/charts/spaces-operator/Chart.yaml @@ -15,10 +15,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: 0.60.11 +version: 0.61.0 # 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: "0.60.11" +appVersion: "0.61.0"