aboutsummaryrefslogtreecommitdiff
path: root/lib/Mail
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2021-07-01 11:51:43 +1200
committerTom Ryder <tom@sanctum.geek.nz>2021-07-01 11:51:43 +1200
commit83c3f9eb6ad65353f5dfeb8afbdab470c80c63ea (patch)
tree64ea3dd26bbd1e8d0423cde4353b12beb4095f12 /lib/Mail
parentMerge branch 'release/v0.11' (diff)
parentCorrect MIN_PERL_VERSION (diff)
downloadMail-Run-Crypt-master.tar.gz
Mail-Run-Crypt-master.zip
Merge branch 'release/v0.12'HEADv0.12master
* release/v0.12: Correct MIN_PERL_VERSION Update URLs in Makefile.PL
Diffstat (limited to 'lib/Mail')
-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 9e1539a..21451a4 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.11';
+our $VERSION = '0.12';
# 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.11
+Version 0.12
=head1 DESCRIPTION