diff --git a/VERSION b/VERSION index 50ffc5aa..c3d06e92 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.3 +2.0.4-dev diff --git a/deployment/charts/cluster-manager/Chart.yaml b/deployment/charts/cluster-manager/Chart.yaml index 7e99d711..3fb645bd 100644 --- a/deployment/charts/cluster-manager/Chart.yaml +++ b/deployment/charts/cluster-manager/Chart.yaml @@ -16,6 +16,6 @@ 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: 2.0.3 -appVersion: 2.0.3 +version: 2.0.4-dev +appVersion: 2.0.4-dev annotations: {} diff --git a/deployment/charts/cluster-template-crd/Chart.yaml b/deployment/charts/cluster-template-crd/Chart.yaml index 20abaf61..ace3351f 100644 --- a/deployment/charts/cluster-template-crd/Chart.yaml +++ b/deployment/charts/cluster-template-crd/Chart.yaml @@ -6,6 +6,6 @@ apiVersion: v2 name: cluster-template-crd description: A Helm chart for the ClusterTemplate CRD type: application -version: 2.0.3 -appVersion: 2.0.3 +version: 2.0.4-dev +appVersion: 2.0.4-dev annotations: {}