From 6bd93fa5914048c722c1446e0fb3f0882270f171 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 23 Oct 2017 16:51:34 +1300 Subject: Bump version number --- t/custom-name.t | 2 +- t/encrypt-explicit.t | 2 +- t/encrypt-sign.t | 2 +- t/encrypt.t | 2 +- t/require-key-data.t | 2 +- t/require-mailto.t | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 't') diff --git a/t/custom-name.t b/t/custom-name.t index 9f47d10..865c26d 100644 --- a/t/custom-name.t +++ b/t/custom-name.t @@ -8,7 +8,7 @@ use Test::More tests => 2; use Mail::Run::Crypt; -our $VERSION = '0.07'; +our $VERSION = '0.08'; my $name = 'mrc_custom'; my %opts = ( diff --git a/t/encrypt-explicit.t b/t/encrypt-explicit.t index 9db5556..27b2e4d 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.07'; +our $VERSION = '0.08'; my %opts = ( mailto => 'nobody@example.com', encrypt => 1 ); my $mrc = Mail::Run::Crypt->new(%opts); diff --git a/t/encrypt-sign.t b/t/encrypt-sign.t index 3688369..1535bef 100644 --- a/t/encrypt-sign.t +++ b/t/encrypt-sign.t @@ -8,7 +8,7 @@ use Test::More tests => 10; use Mail::Run::Crypt; -our $VERSION = '0.07'; +our $VERSION = '0.08'; my %opts = ( mailto => 'nobody@example.com', diff --git a/t/encrypt.t b/t/encrypt.t index 691d5aa..a3ddd7c 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.07'; +our $VERSION = '0.08'; my %opts = ( mailto => 'nobody@example.com' ); my $mrc = Mail::Run::Crypt->new(%opts); diff --git a/t/require-key-data.t b/t/require-key-data.t index 9de0d46..03be100 100644 --- a/t/require-key-data.t +++ b/t/require-key-data.t @@ -9,7 +9,7 @@ use Test::More tests => 4; use Mail::Run::Crypt; -our $VERSION = '0.07'; +our $VERSION = '0.08'; { my $mrc; diff --git a/t/require-mailto.t b/t/require-mailto.t index 9611d7a..89f069f 100644 --- a/t/require-mailto.t +++ b/t/require-mailto.t @@ -9,7 +9,7 @@ use Test::More tests => 2; use Mail::Run::Crypt; -our $VERSION = '0.07'; +our $VERSION = '0.08'; my $mrc; my $error; -- cgit v1.2.3