From f6f736609f7027ade9bf3837348c275fb04fc018 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Thu, 28 Oct 2021 13:38:39 -0700 Subject: [PATCH] Bump version to 0.13.1-dev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a503f0e5..ea9e8e4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.13.0" +version = "0.13.1-dev" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"