diff options
author | Alex <alex@adnab.me> | 2024-01-17 12:00:23 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-01-17 12:00:23 +0000 |
commit | 02638285602c0c157fef411b70978c6499d0367a (patch) | |
tree | 6d3564d0aaae418ad6845ac3abdf2737b9f81282 /script/helm/garage/Chart.yaml | |
parent | 9cfeea389a1274d4d3c1f4b7072b0c056af410ef (diff) | |
parent | ee57dd922b9c396298473b41e4046c8d00ee77d5 (diff) | |
download | garage-02638285602c0c157fef411b70978c6499d0367a.tar.gz garage-02638285602c0c157fef411b70978c6499d0367a.zip |
Merge pull request 'Garage v0.9.1' (#689) from rel-v0.9.1 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/689
Diffstat (limited to 'script/helm/garage/Chart.yaml')
-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" |