diff --git a/Cargo.lock b/Cargo.lock index 2635965d..a4602872 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2504,7 +2504,7 @@ dependencies = [ [[package]] name = "zecwallet-cli" -version = "1.3.3" +version = "1.4.0" 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 0ea5cc34..f275e9b7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zecwallet-cli" -version = "1.3.3" +version = "1.4.0" edition = "2018" [dependencies] diff --git a/cli/src/version.rs b/cli/src/version.rs index f6cbe389..e9d11c2b 100644 --- a/cli/src/version.rs +++ b/cli/src/version.rs @@ -1 +1 @@ -pub const VERSION:&str = "1.3.3"; \ No newline at end of file +pub const VERSION:&str = "1.4.0"; \ No newline at end of file