diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-04 14:41:47 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-04 15:06:35 +0100 |
commit | 2eb114f42225faec3f70d498fdd51a6e8952a396 (patch) | |
tree | a1c7ae17e5100624349cf59fc6c86a6f6f234821 /src/model/Cargo.toml | |
parent | f5b245729f275e03f8efd92bc544f4e3bb573832 (diff) | |
download | garage-0.8.7.tar.gz garage-0.8.7.zip |
[fix-presigned-0.8] bump version to v0.8.7v0.8.7
Diffstat (limited to 'src/model/Cargo.toml')
-rw-r--r-- | src/model/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml index 0a342b01..0c09c4c2 100644 --- a/src/model/Cargo.toml +++ b/src/model/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "garage_model" -version = "0.8.6" +version = "0.8.7" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" license = "AGPL-3.0" |