From d91a9fc269f672275f86d3cd41cf3d056a2f4978 Mon Sep 17 00:00:00 2001 From: Allen Gooch Date: Mon, 6 Mar 2023 15:34:18 -0600 Subject: [PATCH] Bump version to 0.70.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 4d74f32..534b316 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.62.0 +0.70.0 diff --git a/charts/spaces-operator/Chart.yaml b/charts/spaces-operator/Chart.yaml index 6a8d42a..cb5a656 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.62.0 +version: 0.70.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.62.0" +appVersion: "0.70.0"