aboutsummaryrefslogtreecommitdiff
path: root/t/encrypt-explicit.t
diff options
context:
space:
mode:
Diffstat (limited to 't/encrypt-explicit.t')
-rw-r--r--t/encrypt-explicit.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/encrypt-explicit.t b/t/encrypt-explicit.t
index 24bc591..1ab526a 100644
--- a/t/encrypt-explicit.t
+++ b/t/encrypt-explicit.t
@@ -8,7 +8,7 @@ use Test::More tests => 2;
use Mail::Run::Crypt;
-our $VERSION = '0.09';
+our $VERSION = '0.10';
my %opts = ( mailto => 'nobody@example.com', encrypt => 1 );
my $mrc = Mail::Run::Crypt->new(%opts);