From 7ad1bad836934c2d65d6c003217e1b2e4e8911cb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 4 Oct 2025 18:46:34 +0200 Subject: [PATCH] bump the patch level for a new release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 585a9afe..2326f27d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flate2" authors = ["Alex Crichton ", "Josh Triplett "] -version = "1.1.2" +version = "1.1.3" edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md"