From fa4c73a4d17fb1891615aa3c2411e93e0a7ec0cd Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 10 Jun 2022 09:08:43 -0700 Subject: [PATCH] Bump version to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30b86499..33d75a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.19.0-rc.1" +version = "0.19.0" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"