From fbffdfe65e846cbd9f42ab7df0854da2f35ec9bf Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Tue, 29 Jul 2025 16:37:55 -0300 Subject: [PATCH] chore(release): 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 8453a4d..cb9f189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrum-client" -version = "0.23.1" +version = "0.24.0" authors = ["Alekos Filini "] license = "MIT" homepage = "https://github.com/bitcoindevkit/rust-electrum-client"