From 308b41723d9b7e9d564832fdab011aa7cdd800b9 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sun, 11 Sep 2022 16:26:42 -0700 Subject: [PATCH] Bump version to 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0210131..13fce9aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://www.redb.org" repository = "https://github.com/cberner/redb" readme = "README.md" license = "MIT OR Apache-2.0" -version = "0.6.0" +version = "0.6.1" edition = "2021" rust-version = "1.61" authors = ["Christopher Berner "]