diff --git a/Cargo.lock b/Cargo.lock index e709500..f3e1ec7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,7 +458,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "letsencrypt-inwx" -version = "1.1.2" +version = "2.0.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "cookie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c96bc1f..08241e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "letsencrypt-inwx" -version = "1.1.2" +version = "2.0.0" description = "A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx" authors = ["Matthias Herzog"] readme = "README.md" diff --git a/src/cli.rs b/src/cli.rs index 29928a5..796cc2c 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -123,7 +123,7 @@ fn delete(config: &Config, domain: &str) -> Result<(), String> { pub fn run() -> Result<(), String> { let mut app = App::new("letsencrypt-inwx") - .version("1.1.2") + .version("2.0.0") .about("A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx") .subcommand(SubCommand::with_name("create") .about("create a TXT record")