From a0f305694df7f8001c11dcc341cc8f0fb9b26f37 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sun, 26 Mar 2023 12:28:59 -0700 Subject: [PATCH] Bump version to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42164ef8..979dab4d 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.13.0" +version = "0.14.0" edition = "2021" rust-version = "1.65" authors = ["Christopher Berner "]