aboutsummaryrefslogtreecommitdiff
path: root/bin/runcrypt
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 /bin/runcrypt
parentMerge branch 'release/v0.11' (diff)
parentCorrect MIN_PERL_VERSION (diff)
downloadMail-Run-Crypt-83c3f9eb6ad65353f5dfeb8afbdab470c80c63ea.tar.gz
Mail-Run-Crypt-83c3f9eb6ad65353f5dfeb8afbdab470c80c63ea.zip
Merge branch 'release/v0.12'HEADv0.12master
* release/v0.12: Correct MIN_PERL_VERSION Update URLs in Makefile.PL
Diffstat (limited to 'bin/runcrypt')
-rwxr-xr-xbin/runcrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runcrypt b/bin/runcrypt
index 9a7e6d9..5af80a7 100755
--- a/bin/runcrypt
+++ b/bin/runcrypt
@@ -15,7 +15,7 @@ use Getopt::Long::Descriptive;
use Mail::Run::Crypt;
# Specify package version
-our $VERSION = '0.11';
+our $VERSION = '0.12';
# Name ourselves
our $SELF = 'runcrypt';