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

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ciphax committed Oct 7, 2019
1 parent df98a29 commit 802e2b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "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"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 802e2b9

Please sign in to comment.