diff --git a/Cargo.lock b/Cargo.lock index f3bdc9a..30fc646 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "letsencrypt-inwx" -version = "1.0.3" +version = "1.0.4" 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 4864d06..f48b137 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "letsencrypt-inwx" -version = "1.0.3" +version = "1.0.4" 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 c875c2f..e3a34e9 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.3") + .version("1.0.4") .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")