From ed3ef94071b1de4e727fb93bbd82be2041e26f71 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 7 Jun 2022 13:13:23 -0700 Subject: [PATCH] Bump version to 0.19.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d67b2b8d..30b86499 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.19.0-dev" +version = "0.19.0-rc.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"