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

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ciphax committed Nov 14, 2018
1 parent 0056895 commit 12f7ebc
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.0"
version = "1.1.1"
description = "A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx"
authors = ["Matthias Herzog <gh@f8t.eu>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0")
.version("1.1.1")
.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 12f7ebc

Please sign in to comment.