From 2275b5fa9a3162fd801bf0a01777f757bdc360da Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Sat, 5 Nov 2022 14:45:02 -0500 Subject: [PATCH] Bump version to 0.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8c57ad3..1bb9b983 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.24.0-rc.1" +version = "0.24.0" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"