aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-23 16:51:34 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-23 16:51:34 +1300
commit6bd93fa5914048c722c1446e0fb3f0882270f171 (patch)
tree3ca393d9a16bf14af8b20c459ba7edf254248ea7 /lib
parentTest that specifying encryption explicitly works (diff)
downloadMail-Run-Crypt-6bd93fa5914048c722c1446e0fb3f0882270f171.tar.gz (sig)
Mail-Run-Crypt-6bd93fa5914048c722c1446e0fb3f0882270f171.zip
Bump version numberv0.08
Diffstat (limited to 'lib')
-rw-r--r--lib/Mail/Run/Crypt.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Mail/Run/Crypt.pm b/lib/Mail/Run/Crypt.pm
index 2c33684..1855e91 100644
--- a/lib/Mail/Run/Crypt.pm
+++ b/lib/Mail/Run/Crypt.pm
@@ -16,7 +16,7 @@ use Mail::GnuPG;
use MIME::Entity;
# Specify package verson
-our $VERSION = '0.07';
+our $VERSION = '0.08';
# Default exit value
our $DEFAULT_EXIT = 127; ## no critic (ProhibitMagicNumbers)
@@ -138,7 +138,7 @@ Mail::Run::Crypt - Encrypt and mail output from command runs
=head1 VERSION
-Version 0.07
+Version 0.08
=head1 DESCRIPTION