From 856c059096c2f12bb62d835f257d933b50a0a7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 28 Jan 2023 19:29:33 -0800 Subject: [PATCH] (cargo-release) start next development iteration 11.0.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a90005..e28fea0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cacache" -version = "11.0.0" +version = "11.0.1-alpha.0" authors = ["Kat Marchán "] edition = "2021" description = "Content-addressable, key-value, high-performance, on-disk cache."