Skip to content

Commit 9994958

Browse files
committed
Update Version for Release
1 parent 5b996ec commit 9994958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ my %WriteMakefileArgs = (
7979
"File::Slurper" => "0.012",
8080
"Test::Exception" => 0
8181
},
82-
"VERSION" => "0.32",
82+
"VERSION" => "0.33",
8383
"test" => {
8484
"TESTS" => "t/*.t t/author/*.t"
8585
}

Verify.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
require 5.010;
77

8-
our $VERSION = '0.32';
8+
our $VERSION = '0.33';
99

1010
use Crypt::OpenSSL::X509;
1111

0 commit comments

Comments
 (0)