From 4baff4160210d017cda84b5065b8aeaebc42a923 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Mon, 14 Oct 2019 09:28:44 -0700 Subject: [PATCH] Update version number --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1d09ed4..9cd0e83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zecwallet-cli" -version = "0.1.0" +version = "1.0.0" edition = "2018" [dependencies] diff --git a/src/main.rs b/src/main.rs index 996e5d9..023ff4f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -58,7 +58,7 @@ fn get_log_config(config: &LightClientConfig) -> Result { pub fn main() { // Get command line arguments let matches = App::new("Zecwallet CLI") - .version("0.2.1") + .version("1.0.0") .arg(Arg::with_name("seed") .short("s") .long("seed")