Browse Source

Update version

pull/2/head
fekt 1 month ago
parent
commit
4eace7e6c4
  1. 2
      cli/Cargo.toml
  2. 2
      cli/src/lib.rs

2
cli/Cargo.toml

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

2
cli/src/lib.rs

@ -11,7 +11,7 @@ use silentdragonxlitelib::{commands,
#[macro_export]
macro_rules! configure_clapapp {
( $freshapp: expr ) => {
$freshapp.version("1.1.1")
$freshapp.version("1.0.0")
.arg(Arg::with_name("dangerous")
.long("dangerous")
.help("Disable server TLS certificate verification. Use this if you're running a local lightwalletd with a self-signed certificate. WARNING: This is dangerous, don't use it with a server that is not your own.")

Loading…
Cancel
Save