From 63e28279713bab75681583048633ab36345d5e53 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Tue, 9 May 2023 09:03:19 -0700 Subject: [PATCH] Bump version to 0.17.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5b617a5b..af7e4d76 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.16.0" +version = "0.17.0" edition = "2021" rust-version = "1.65" authors = ["Christopher Berner "]