From 802e2b9bb34660454a7f6fe944682d2c1dd27dfa Mon Sep 17 00:00:00 2001 From: Matthias Herzog <37505324+kegato@users.noreply.github.com> Date: Mon, 7 Oct 2019 19:35:33 +0200 Subject: [PATCH] 2.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- LICENSE.txt | 2 +- src/cli.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1b36f2..6435364 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -546,7 +546,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "letsencrypt-inwx" -version = "2.0.1" +version = "2.0.2" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a67283b..1448297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "letsencrypt-inwx" -version = "2.0.1" +version = "2.0.2" 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/LICENSE.txt b/LICENSE.txt index d0c7fe1..0f9f1cc 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Matthias Herzog +Copyright (c) 2019 Matthias Herzog Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/cli.rs b/src/cli.rs index 013f11a..30ff5a5 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.1") + .version(env!("CARGO_PKG_VERSION")) .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")