From aa786fbb210d70eba7575e8e07982f3460fc67c0 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Sat, 4 Sep 2021 10:46:03 -0700 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 a46966f6..0249b4a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.11.0-rc1" +version = "0.11.0" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"