aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 15:16:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 15:16:59 +1300
commit6f917554e3a5253373aec1a706f56f499eba9848 (patch)
tree93b55e3abbcf3734a08a77fbcc96a22a526b8273 /lib
parentCorrect a documentation error (diff)
downloadMail-Run-Crypt-6f917554e3a5253373aec1a706f56f499eba9848.tar.gz (sig)
Mail-Run-Crypt-6f917554e3a5253373aec1a706f56f499eba9848.zip
Bump versionv0.04
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 b059761..2fa1bb8 100644
--- a/lib/Mail/Run/Crypt.pm
+++ b/lib/Mail/Run/Crypt.pm
@@ -18,7 +18,7 @@ use Mail::GnuPG;
use MIME::Entity;
# Specify package verson
-our $VERSION = '0.03';
+our $VERSION = '0.04';
# Default exit value
const our $DEFAULT_EXIT => 127;
@@ -135,7 +135,7 @@ Mail::Run::Crypt - Encrypt and mail output from command runs
=head1 VERSION
-Version 0.03
+Version 0.04
=head1 DESCRIPTION