From 6187156936aa9f66ce70fb80fc9aeb188b34e98e Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Thu, 6 Aug 2020 15:28:22 -0700 Subject: [PATCH] v1.4.1 --- Cargo.lock | 2 +- cli/Cargo.toml | 2 +- cli/src/version.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a460287..1196a24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2504,7 +2504,7 @@ dependencies = [ [[package]] name = "zecwallet-cli" -version = "1.4.0" +version = "1.4.1" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f275e9b..7f90298 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zecwallet-cli" -version = "1.4.0" +version = "1.4.1" edition = "2018" [dependencies] diff --git a/cli/src/version.rs b/cli/src/version.rs index e9d11c2..757f2f3 100644 --- a/cli/src/version.rs +++ b/cli/src/version.rs @@ -1 +1 @@ -pub const VERSION:&str = "1.4.0"; \ No newline at end of file +pub const VERSION:&str = "1.4.1";