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

Commit ca0fc93

Browse files
committed
2.0.1
1 parent 6f7b0ae commit ca0fc93

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 = "2.0.0"
3+
version = "2.0.1"
44
description = "A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx"
55
authors = ["Matthias Herzog"]
66
readme = "README.md"

src/cli.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ fn delete(config: &Config, domain: &str) -> Result<(), ()> {
138138

139139
pub fn run() -> Result<(), ()> {
140140
let mut app = App::new("letsencrypt-inwx")
141-
.version("2.0.0")
141+
.version("2.0.1")
142142
.about("A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx")
143143
.subcommand(SubCommand::with_name("create")
144144
.about("create a TXT record")

0 commit comments

Comments
 (0)