diff options
author | Alex <alex@adnab.me> | 2024-03-04 13:26:47 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-04 13:26:47 +0000 |
commit | 512933a036be97ab01b8b2627b727d599b962715 (patch) | |
tree | 68a6db23340e129a7423ed05e8c7bb66a0c8d8f2 /script | |
parent | 5bb69a12578f3e27924f4b35c0c01cf65a0e3dc3 (diff) | |
parent | 8670140358353542b0c92b7b72a1d223ea2fe068 (diff) | |
download | garage-512933a036be97ab01b8b2627b727d599b962715.tar.gz garage-512933a036be97ab01b8b2627b727d599b962715.zip |
Merge pull request 'Garage v0.9.3' (#757) from rel-0.9.3 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/757
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 9a21aa8e..71906cfb 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.2" +appVersion: "v0.9.3" |