From: Steve Myers Date: Thu, 21 Oct 2021 03:55:02 +0000 (-0700) Subject: Bump version to 0.3.1-dev X-Git-Tag: v0.4.0~16 X-Git-Url: http://internal-gitweb-vhost/struct.BitStreamReader.html?a=commitdiff_plain;h=refs%2Fremotes%2Fgithub%2Frelease%2F0.3.0;p=bdk-cli Bump version to 0.3.1-dev --- diff --git a/Cargo.lock b/Cargo.lock index a12cc4d..6376baf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ [[package]] name = "bdk-cli" -version = "0.3.0" +version = "0.3.1-dev" dependencies = [ "base64 0.11.0", "bdk", diff --git a/Cargo.toml b/Cargo.toml index 34fc4c4..48ac410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-cli" -version = "0.3.0" +version = "0.3.1-dev" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta ", "Steve Myers "] homepage = "https://bitcoindevkit.org"