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 /src/web/Cargo.toml | |
parent | 769b6fe054b97c11ed187871a3e67663869f9415 (diff) | |
download | garage-cece1be1bb3aa779b0e01af475572d734c5e51f7.tar.gz garage-cece1be1bb3aa779b0e01af475572d734c5e51f7.zip |
bump version to 0.8.3v0.8.3-rc1
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 423d3829..354b5fb0 100644 --- a/src/web/Cargo.toml +++ b/src/web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_web" -version = "0.8.2" +version = "0.8.3" authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"] edition = "2018" license = "AGPL-3.0" |