diff options
author | Alex <alex@adnab.me> | 2024-03-01 16:20:28 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-03-01 16:20:28 +0000 |
commit | 95ab36aae71e5b258604d50ee291e712e1b68de1 (patch) | |
tree | 0c3ef1bf2610e05acafdffe22aa2b88fb86c5d8b /src/rpc/Cargo.toml | |
parent | 70b9904e9132933996a259504254e427a604aa4a (diff) | |
parent | 6a7623e90d19c670b4fbb3ae6bc51c4c291765f3 (diff) | |
download | garage-95ab36aae71e5b258604d50ee291e712e1b68de1.tar.gz garage-95ab36aae71e5b258604d50ee291e712e1b68de1.zip |
Merge pull request 'Bump version to v0.9.2' (#747) from rel-0.9.2 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/747
Diffstat (limited to 'src/rpc/Cargo.toml')
-rw-r--r-- | src/rpc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index 5d5750c4..de0e9e17 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_rpc" -version = "0.9.1" +version = "0.9.2" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "AGPL-3.0" |