From 5d48e37926d85b8b7e9ddd740345624c5846f044 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 3 Feb 2023 16:06:57 -0600 Subject: [PATCH] Bump version to 0.27.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index baf14409..207b6108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.27.0" +version = "0.27.0-rc.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"