Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ciphax committed Mar 2, 2019
1 parent 7b94754 commit 2d03aae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2d03aae

Please sign in to comment.