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/util | |
parent | 769b6fe054b97c11ed187871a3e67663869f9415 (diff) | |
download | garage-cece1be1bb3aa779b0e01af475572d734c5e51f7.tar.gz garage-cece1be1bb3aa779b0e01af475572d734c5e51f7.zip |
bump version to 0.8.3v0.8.3-rc1
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index f72051b9..834a2eb9 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_util" -version = "0.8.2" +version = "0.8.3" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "AGPL-3.0" |