aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-10-19 21:50:42 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-10-19 21:50:42 +0300
commit6183e90837e16fe162aa680c08b56d426d992d75 (patch)
tree2dd9c580d74112dd5f0c2f157d0782982a50be9a
parenta7800bddd75b898d7dc95b629f87f51466cc0ab4 (diff)
downloadacmeman-6183e90837e16fe162aa680c08b56d426d992d75.tar.gz
acmeman-6183e90837e16fe162aa680c08b56d426d992d75.tar.bz2
Version 3.0v3.00
-rw-r--r--Changes3
-rw-r--r--lib/App/Acmeman.pm2
2 files changed, 4 insertions, 1 deletions
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";

Return to:

Send suggestions and report system problems to the System administrator.