aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 14:42:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 14:42:30 +1300
commitb11008a9eba32e5f19cfc1ce25ce982ba381e740 (patch)
treeca5a40ef839dc7f2261f2c69d57f4af0f29dbf33 /t
parentDocumentation corrections (diff)
downloadMail-Run-Crypt-b11008a9eba32e5f19cfc1ce25ce982ba381e740.tar.gz (sig)
Mail-Run-Crypt-b11008a9eba32e5f19cfc1ce25ce982ba381e740.zip
Bump versionv0.03
Diffstat (limited to 't')
-rw-r--r--t/instantiate.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/instantiate.t b/t/instantiate.t
index 3b1e02c..9fbec79 100644
--- a/t/instantiate.t
+++ b/t/instantiate.t
@@ -8,7 +8,7 @@ use Test::More tests => 1;
use Mail::Run::Crypt;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
my $mrc = Mail::Run::Crypt->new( mailto => 'nobody@example.com' );