From f3caf4a2792490b6b3c6100eb9ceac889c0e6c4b Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Tue, 30 Aug 2022 18:26:51 +0200 Subject: [PATCH] Bump version to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f24211..4bcef6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrum-client" -version = "0.10.3" +version = "0.11.0" authors = ["Alekos Filini "] license = "MIT" homepage = "https://github.com/MagicalBitcoin/rust-electrum-client"