diff options
author | Alex Auvolat <alex@adnab.me> | 2023-08-28 13:17:26 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-08-28 13:17:26 +0200 |
commit | cece1be1bb3aa779b0e01af475572d734c5e51f7 (patch) | |
tree | 88bb1efefdac72c68d631036cf58ddd9f3cb296e /script | |
parent | 769b6fe054b97c11ed187871a3e67663869f9415 (diff) | |
download | garage-cece1be1bb3aa779b0e01af475572d734c5e51f7.tar.gz garage-cece1be1bb3aa779b0e01af475572d734c5e51f7.zip |
bump version to 0.8.3v0.8.3-rc1
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 86f1239f..6ead9042 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.2" +appVersion: "v0.8.3" |