From 06736c62095a8a3411a612b207f0f09668cd3f1a Mon Sep 17 00:00:00 2001 From: Alexander Trost Date: Wed, 10 Apr 2024 21:49:36 +0200 Subject: [PATCH] version: bump to v0.9.0 Signed-off-by: Alexander Trost --- VERSION | 2 +- charts/fivenet/Chart.yaml | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index ba74bf887..f979adec6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.8.21 +v0.9.0 diff --git a/charts/fivenet/Chart.yaml b/charts/fivenet/Chart.yaml index 98be22ce9..ba17508b4 100644 --- a/charts/fivenet/Chart.yaml +++ b/charts/fivenet/Chart.yaml @@ -15,13 +15,13 @@ 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.5.8 +version: 0.5.9 # 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: v0.8.21 +appVersion: v0.9.0 dependencies: - name: nats diff --git a/package.json b/package.json index 14632a495..6ccca6c60 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fivenet", "private": true, - "version": "0.8.21", + "version": "0.9.0", "license": "Apache-2.0", "type": "module", "repository": {