From 5d518c6fe28246dbf144d9d4e9a4500a07a81260 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Sun, 24 May 2020 14:15:49 -0700 Subject: [PATCH] v1.3.3 --- 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 9dbc6e0..1e4cfc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2537,7 +2537,7 @@ dependencies = [ [[package]] name = "zecwallet-cli" -version = "1.3.2" +version = "1.3.3" 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 eb4effb..0ea5cc3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zecwallet-cli" -version = "1.3.2" +version = "1.3.3" edition = "2018" [dependencies] diff --git a/cli/src/version.rs b/cli/src/version.rs index 0a5258c..dc422bc 100644 --- a/cli/src/version.rs +++ b/cli/src/version.rs @@ -1 +1 @@ -pub const VERSION:&str = "1.3.2"; +pub const VERSION:&str = "1.3.3";