From 6183e90837e16fe162aa680c08b56d426d992d75 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 19 Oct 2019 21:50:42 +0300 Subject: Version 3.0 --- Changes | 3 +++ lib/App/Acmeman.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 2f7efbd..61ba3da 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +3.00 2019-10-19 + - Switch to ACMEv2 + 2.02 2019-09-11 - Fix the "apache" source diff --git a/lib/App/Acmeman.pm b/lib/App/Acmeman.pm index d0cc2a4..b54f7a4 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 = '2.02'; +our $VERSION = '3.00'; my $progdescr = "manages ACME certificates"; -- cgit v1.2.1