From f8117c0f9fb881ff00181b217a1ece69cf5886ec Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Fri, 4 Jun 2021 09:42:14 +0200 Subject: [PATCH] Bump version to 0.8.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78ddb116..db73ec34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.7.1-dev" +version = "0.8.0-rc.1" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"