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 @@
13.00 2019-10-19
2 - Switch to ACMEv2
3
12.02 2019-09-11 42.02 2019-09-11
2 - Fix the "apache" source 5 - Fix the "apache" source
3 6
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;
24use App::Acmeman::Log qw(:all :sysexits); 24use App::Acmeman::Log qw(:all :sysexits);
25use feature 'state'; 25use feature 'state';
26 26
27our $VERSION = '2.02'; 27our $VERSION = '3.00';
28 28
29my $progdescr = "manages ACME certificates"; 29my $progdescr = "manages ACME certificates";
30 30

Return to:

Send suggestions and report system problems to the System administrator.