From 0fa4e5730a66b3f388fffad771588c7fc8ae79f0 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Sun, 31 Mar 2024 16:24:25 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.14.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a05c30..cf002cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0" name = "axum-streams" readme = "README.md" include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] -version = "0.14.0" +version = "0.14.1-alpha.0" [badges] maintenance = { status = "actively-developed" }