aboutsummaryrefslogtreecommitdiff
path: root/lib/App/Acmeman.pm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-07-14 18:28:17 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-07-14 18:28:17 +0300
commit447a2f7af507feebbf8db7c9af29855f4ee881eb (patch)
treee64196419f7ef6601fafe884e43df30772b41bc0 /lib/App/Acmeman.pm
parent1503b1942bc17411626094ab746fe1de3231c2ef (diff)
downloadacmeman-447a2f7af507feebbf8db7c9af29855f4ee881eb.tar.gz
acmeman-447a2f7af507feebbf8db7c9af29855f4ee881eb.tar.bz2
Version 3.04v3.04
* Changes: Update. * lib/App/Acmeman.pm: Version 3.04 * lib/App/Acmeman/Domain.pm: Remove the $VERSION variable. * lib/App/Acmeman/Log.pm: Use strict and warnings.
Diffstat (limited to 'lib/App/Acmeman.pm')
-rw-r--r--lib/App/Acmeman.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Acmeman.pm b/lib/App/Acmeman.pm
index fafcb09..68d1fe6 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.03';
+our $VERSION = '3.04';
my $progdescr = "manages ACME certificates";

Return to:

Send suggestions and report system problems to the System administrator.