diff options
Diffstat (limited to 't/encrypt-explicit.t')
-rw-r--r-- | t/encrypt-explicit.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/encrypt-explicit.t b/t/encrypt-explicit.t index 1ab526a..7944c7a 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.10'; +our $VERSION = '0.11'; my %opts = ( mailto => 'nobody@example.com', encrypt => 1 ); my $mrc = Mail::Run::Crypt->new(%opts); |