From 0648075555b86365e2408fab484782a2b793b545 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 8 Nov 2022 10:11:38 -0500 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 51da172..63cd96f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-ffi" -version = "0.10.0" +version = "0.11.0" authors = ["Steve Myers ", "Sudarsan Balaji "] edition = "2018" license = "MIT OR Apache-2.0"