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