diff --git a/Cargo.lock b/Cargo.lock index 7368dcf..d45b374 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -486,7 +486,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "letsencrypt-inwx" -version = "2.0.0" +version = "2.0.1" 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 34f9f9b..954ef16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "letsencrypt-inwx" -version = "2.0.0" +version = "2.0.1" 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 c2e18cd..52f52a5 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -138,7 +138,7 @@ fn delete(config: &Config, domain: &str) -> Result<(), ()> { pub fn run() -> Result<(), ()> { let mut app = App::new("letsencrypt-inwx") - .version("2.0.0") + .version("2.0.1") .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")