diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-16 10:47:33 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-16 10:47:33 +0100 |
commit | 50643e61bfb4ef0782e4364ed368bdfa62be7e5e (patch) | |
tree | a733bfb83fb8b359140fcbde52a39ff56dc3e1a5 /script | |
parent | a6421ee5a5866828961a17368272c6c3af1ef0ba (diff) | |
download | garage-50643e61bfb4ef0782e4364ed368bdfa62be7e5e.tar.gz garage-50643e61bfb4ef0782e4364ed368bdfa62be7e5e.zip |
Bump version to 0.8.5
Diffstat (limited to 'script')
-rw-r--r-- | script/helm/garage/Chart.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/helm/garage/Chart.yaml b/script/helm/garage/Chart.yaml index 31c5d4e2..d86cf9b0 100644 --- a/script/helm/garage/Chart.yaml +++ b/script/helm/garage/Chart.yaml @@ -21,4 +21,4 @@ version: 0.4.1 # 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.4" +appVersion: "v0.8.5" |