diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-28 15:19:44 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-28 15:19:44 +0100 |
commit | afad62939e071621666ca7255f7164f92c4475bb (patch) | |
tree | d1ce9b86b9082029e6df25470083c41bca12bbc9 /src/util | |
parent | 8bfc16ba7d5e0c2806aa32e0257fbdc21cb93860 (diff) | |
download | garage-1.0.0-rc1.tar.gz garage-1.0.0-rc1.zip |
[next-0.10] bump version number to 1.0v1.0.0-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 e4c31460..883c0aa4 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_util" -version = "0.10.0" +version = "1.0.0" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "AGPL-3.0" |