diff options
author | Alex <alex@adnab.me> | 2024-03-04 14:39:06 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-04 14:39:06 +0000 |
commit | a08ac4a3fd402c47013c3631505b0ec424cbb795 (patch) | |
tree | a1c7ae17e5100624349cf59fc6c86a6f6f234821 /script/helm/garage/Chart.yaml | |
parent | e28599497702ab541f652d9d5ae097049b3b804d (diff) | |
parent | 2eb114f42225faec3f70d498fdd51a6e8952a396 (diff) | |
download | garage-main-0.8.x.tar.gz garage-main-0.8.x.zip |
Merge pull request 'Garage v0.8.7' (#758) from fix-presigned-0.8 into main-0.8.xmain-0.8.x
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/758
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 4c295a89..52c5afe8 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.6" +appVersion: "v0.8.7" |