aboutsummaryrefslogtreecommitdiff
path: root/t/encrypt.t
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 /t/encrypt.t
parentAdd some trailing commas (diff)
downloadMail-Run-Crypt-5261f8bec01a32429f2c908c4d0b18c283ba8bdc.tar.gz (sig)
Mail-Run-Crypt-5261f8bec01a32429f2c908c4d0b18c283ba8bdc.zip
Bump versionv0.07
Diffstat (limited to 't/encrypt.t')
-rw-r--r--t/encrypt.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/encrypt.t b/t/encrypt.t
index 3caf8ca..691d5aa 100644
--- a/t/encrypt.t
+++ b/t/encrypt.t
@@ -8,7 +8,7 @@ use Test::More tests => 10;
use Mail::Run::Crypt;
-our $VERSION = '0.06';
+our $VERSION = '0.07';
my %opts = ( mailto => 'nobody@example.com' );
my $mrc = Mail::Run::Crypt->new(%opts);