From 2700c22f20d2e62cb851e00035aa6f4577ac6e86 Mon Sep 17 00:00:00 2001 From: Florentin Dubois Date: Fri, 27 Oct 2023 15:20:50 +0200 Subject: [PATCH] release: v0.2.5 Signed-off-by: Florentin Dubois --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce19443..2a31ad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sozu-client" homepage = "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 = "0.2.4" +version = "0.2.5" edition = "2021" rust-version = "1.70.0" license-file = "LICENSE"