Skip to content

Commit 7272fa3

Browse files
committed
Increment the version for a release
1 parent 4b10acc commit 7272fa3

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
@@ -70,7 +70,7 @@ my %WriteMakefileArgs = (
7070
"File::Slurper" => "0.012",
7171
"File::Which" => 0
7272
},
73-
"VERSION" => "0.09",
73+
"VERSION" => "0.10",
7474
"test" => {
7575
"TESTS" => "t/*.t"
7676
}

lib/Crypt/OpenSSL/SignCSR.pm

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

88
require Exporter;
99

10-
our $VERSION = "0.09";
10+
our $VERSION = "0.10";
1111

1212
our @ISA = qw(Exporter);
1313

0 commit comments

Comments
 (0)