From 14abc0efcf5506581ec0ef409a159d3a24de2da4 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sun, 25 Sep 2022 17:31:33 -0700 Subject: [PATCH] Bump version to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13fce9aa..f61b5fba 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.1" +version = "0.7.0" edition = "2021" rust-version = "1.61" authors = ["Christopher Berner "]