diff options
author | Alex Auvolat <alex@adnab.me> | 2024-01-16 16:28:17 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-01-16 16:28:17 +0100 |
commit | ee57dd922b9c396298473b41e4046c8d00ee77d5 (patch) | |
tree | 6d3564d0aaae418ad6845ac3abdf2737b9f81282 /script | |
parent | 9cfeea389a1274d4d3c1f4b7072b0c056af410ef (diff) | |
download | garage-ee57dd922b9c396298473b41e4046c8d00ee77d5.tar.gz garage-ee57dd922b9c396298473b41e4046c8d00ee77d5.zip |
Bump version to 0.9.1v0.9.1rel-v0.9.1
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 346e68ad..31b75c1f 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.9.0" +appVersion: "v0.9.1" |