From 9a016bb744c599dd6e36c39d02f2a5988ad332b1 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Fri, 28 Apr 2023 20:22:21 -0700 Subject: [PATCH] Bump version to 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52021fe1..5b617a5b 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.15.0" +version = "0.16.0" edition = "2021" rust-version = "1.65" authors = ["Christopher Berner "]