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 /src/web/Cargo.toml | |
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 'src/web/Cargo.toml')
-rw-r--r-- | src/web/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml index 88cf1486..cb4b7f2b 100644 --- a/src/web/Cargo.toml +++ b/src/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_web" -version = "0.9.0" +version = "0.9.1" authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"] edition = "2018" license = "AGPL-3.0" |