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

Commit ad8a9a5

Browse files
committed
1.0.4
1 parent 847f847 commit ad8a9a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "letsencrypt-inwx"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx"
55
authors = ["Matthias Herzog <[email protected]>"]
66
readme = "README.md"

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fn read_credentials(path: &str) -> Result<(String, String), &'static str> {
4141

4242
fn run() -> Result<(), String> {
4343
let mut app = App::new("letsencrypt-inwx")
44-
.version("1.0.3")
44+
.version("1.0.4")
4545
.about("A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx")
4646
.subcommand(SubCommand::with_name("create")
4747
.about("create a TXT record")

0 commit comments

Comments
 (0)