From 4f7d567f470c6add2d2e4415967400716730ec79 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Fri, 2 Sep 2022 17:01:48 +0200 Subject: [PATCH] Bump version to 0.22.0-rc.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d281bbad..e44c008f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.22.0-rc.1" +version = "0.22.0-rc.2" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"