Update version number

This commit is contained in:
Aditya Kulkarni
2019-10-21 09:38:35 -07:00
parent be53b8087f
commit 29b5e4459b
3 changed files with 2 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ pub fn main() {
// Get command line arguments
use clap::{Arg, App};
let matches = App::new("Zecwallet CLI")
.version("1.0.0")
.version("1.1.0")
.arg(Arg::with_name("seed")
.short("s")
.long("seed")