From d2438466196e1567f29d5fac81c26e5a0332897b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 14 Jul 2020 19:51:50 +0300 Subject: Version 3.05 --- Changes | 4 ++++ lib/App/Acmeman.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index fa5fc7d..50315ae 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +3.05 2020-06-14 + + - Fix manifest + 3.04 2020-06-14 - Rewrite Apache configuration layout support. diff --git a/lib/App/Acmeman.pm b/lib/App/Acmeman.pm index 68d1fe6..84e1dda 100644 --- a/lib/App/Acmeman.pm +++ b/lib/App/Acmeman.pm @@ -24,7 +24,7 @@ use Text::ParseWords; use App::Acmeman::Log qw(:all :sysexits); use feature 'state'; -our $VERSION = '3.04'; +our $VERSION = '3.05'; my $progdescr = "manages ACME certificates"; -- cgit v1.2.1