From a5d3a4d31aee61fe4197373bfc2f7e1ebd180caa Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Mon, 9 Aug 2021 14:58:32 +0200 Subject: [PATCH] Bump version to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6db3b0ea..93a2fff4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.10.0-rc.1" +version = "0.10.0" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"