aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--lib/App/Acmeman.pm2
2 files changed, 5 insertions, 1 deletions
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";

Return to:

Send suggestions and report system problems to the System administrator.