mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-30 20:01:26 +00:00
Update version number
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "zecwallet-cli"
|
name = "zecwallet-cli"
|
||||||
version = "0.1.0"
|
version = "1.0.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@@ -58,7 +58,7 @@ fn get_log_config(config: &LightClientConfig) -> Result<Config> {
|
|||||||
pub fn main() {
|
pub fn main() {
|
||||||
// Get command line arguments
|
// Get command line arguments
|
||||||
let matches = App::new("Zecwallet CLI")
|
let matches = App::new("Zecwallet CLI")
|
||||||
.version("0.2.1")
|
.version("1.0.0")
|
||||||
.arg(Arg::with_name("seed")
|
.arg(Arg::with_name("seed")
|
||||||
.short("s")
|
.short("s")
|
||||||
.long("seed")
|
.long("seed")
|
||||||
|
Reference in New Issue
Block a user