Update version number

This commit is contained in:
Aditya Kulkarni 2019-10-14 09:28:44 -07:00
parent 2ea34e16cb
commit 4baff41602
2 changed files with 2 additions and 2 deletions

View File

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

View File

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