From f2e12d0ccd83ac614eb1d2347cdade96dbfb0074 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Thu, 1 Sep 2022 15:49:46 +0200 Subject: [PATCH] Bump version to 0.22.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a764426..784d6f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.21.0" +version = "0.22.0-rc.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"