mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-01-30 18:42:15 +00:00
Update version number
This commit is contained in:
parent
2ea34e16cb
commit
4baff41602
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "zecwallet-cli"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -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…
Reference in New Issue
Block a user