aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-18 21:16:38 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-18 21:20:41 +1300
commit5261f8bec01a32429f2c908c4d0b18c283ba8bdc (patch)
tree336481eefbd5d9645b0f6358f658f1fdcb58f976 /lib
parentAdd some trailing commas (diff)
downloadMail-Run-Crypt-5261f8bec01a32429f2c908c4d0b18c283ba8bdc.tar.gz (sig)
Mail-Run-Crypt-5261f8bec01a32429f2c908c4d0b18c283ba8bdc.zip
Bump versionv0.07
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 5669f1d..bd99043 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.06';
+our $VERSION = '0.07';
# 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.06
+Version 0.07
=head1 DESCRIPTION