aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 12:14:38 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 12:14:38 +1300
commit38d36e587799b04d9f6ff991ac5bfd48b44ce87c (patch)
tree4afb653af8f8d674464a749a593e762fbd8306da /lib
parentFix lots of documentation and formatting (diff)
downloadMail-Run-Crypt-38d36e587799b04d9f6ff991ac5bfd48b44ce87c.tar.gz (sig)
Mail-Run-Crypt-38d36e587799b04d9f6ff991ac5bfd48b44ce87c.zip
Bump version numberv0.02
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 64dd7e5..66691b1 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.01';
+our $VERSION = '0.02';
# 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.01
+Version 0.02
=head1 DESCRIPTION