From 2d03aaeb327c86a69949da7b8a5c7b536a405ae8 Mon Sep 17 00:00:00 2001 From: Matthias Herzog <37505324+kegato@users.noreply.github.com> Date: Sat, 2 Mar 2019 13:01:35 +0100 Subject: [PATCH] 2.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/cli.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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")