Browse Source

Update version number

pull/5/head
Aditya Kulkarni 5 years ago
parent
commit
4baff41602
  1. 2
      Cargo.toml
  2. 2
      src/main.rs

2
Cargo.toml

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

2
src/main.rs

@ -58,7 +58,7 @@ fn get_log_config(config: &LightClientConfig) -> Result<Config> {
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")

Loading…
Cancel
Save