From 4e813e8869dc9ef76444a8c9098a1212b59c1716 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Thu, 8 Jul 2021 13:37:19 +0200 Subject: [PATCH] Bump version to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5eaf0ca5..6d5493ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.9.0-rc.1" +version = "0.9.0" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"