diff --git a/Cargo.lock b/Cargo.lock index 18f1ea7..43ce6bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -395,7 +395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "letsencrypt-inwx" -version = "1.0.4" +version = "1.1.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 88b4944..f21a2ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "letsencrypt-inwx" -version = "1.0.4" +version = "1.1.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/main.rs b/src/main.rs index 7c6ae1e..be14ffe 100644 --- a/src/main.rs +++ b/src/main.rs @@ -41,7 +41,7 @@ fn read_credentials(path: &str) -> Result<(String, String), &'static str> { fn run() -> Result<(), String> { let mut app = App::new("letsencrypt-inwx") - .version("1.0.4") + .version("1.1.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")