This commit is contained in:
Aditya Kulkarni 2020-05-24 14:15:49 -07:00
parent be603a8075
commit 5d518c6fe2
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,6 +1,6 @@
[package]
name = "zecwallet-cli"
version = "1.3.2"
version = "1.3.3"
edition = "2018"
[dependencies]

View File

@ -1 +1 @@
pub const VERSION:&str = "1.3.2";
pub const VERSION:&str = "1.3.3";