From 65ff3ae54e628dd78c3665420a46ad332721cb9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 19 Dec 2022 13:27:18 +0100 Subject: [PATCH] ACMEd v0.21.0 --- acme_common/Cargo.toml | 2 +- acmed/Cargo.toml | 2 +- man/en/acmed.8 | 2 +- man/en/acmed.toml.5 | 2 +- man/en/tacd.8 | 2 +- tacd/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index b665e7e..3d36a1b 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acme_common" -version = "0.20.0" +version = "0.21.0" authors = ["Rodolphe Breard "] edition = "2018" readme = "../README.md" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 7c3f09e..dd9fe5b 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acmed" -version = "0.20.0" +version = "0.21.0" authors = ["Rodolphe Breard "] edition = "2018" description = "ACME (RFC 8555) client daemon" diff --git a/man/en/acmed.8 b/man/en/acmed.8 index 69c15df..beb96be 100644 --- a/man/en/acmed.8 +++ b/man/en/acmed.8 @@ -4,7 +4,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. This file is offered as-is, .\" without any warranty. -.Dd May 8, 2022 +.Dd Dec 19, 2022 .Dt ACMED 8 .Os .Sh NAME diff --git a/man/en/acmed.toml.5 b/man/en/acmed.toml.5 index 81081ca..81d6c41 100644 --- a/man/en/acmed.toml.5 +++ b/man/en/acmed.toml.5 @@ -4,7 +4,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. This file is offered as-is, .\" without any warranty. -.Dd May 8, 2022 +.Dd Dec 19, 2022 .Dt ACMED.TOML 5 .Os .Sh NAME diff --git a/man/en/tacd.8 b/man/en/tacd.8 index 959ac24..c7e6b25 100644 --- a/man/en/tacd.8 +++ b/man/en/tacd.8 @@ -4,7 +4,7 @@ .\" are permitted in any medium without royalty provided the copyright .\" notice and this notice are preserved. This file is offered as-is, .\" without any warranty. -.Dd May 8, 2022 +.Dd Dec 19, 2022 .Dt TACD 8 .Os .Sh NAME diff --git a/tacd/Cargo.toml b/tacd/Cargo.toml index 8ffff10..2f9b0ac 100644 --- a/tacd/Cargo.toml +++ b/tacd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tacd" -version = "0.20.0" +version = "0.21.0" authors = ["Rodolphe Breard "] edition = "2018" description = "TLS-ALPN Challenge Daemon"