From 7b5fca871fc5671bccd2f78713b5c7a1d6c542cc Mon Sep 17 00:00:00 2001 From: Emmanuel Bosquet Date: Mon, 21 Oct 2024 14:38:12 +0200 Subject: [PATCH] release: v1.1.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf30a95..e02b2df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sozu-client" repository = "https://github.com/CleverCloud/sozu-client" description = "This library provides a client to interact with Sōzu." documentation = "https://github.com/CleverCloud/sozu-client/blob/main/README.md" -version = "1.1.0" +version = "1.1.0-rc.1" edition = "2021" rust-version = "1.80.0" license-file = "LICENSE"