We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b10acc commit 7272fa3Copy full SHA for 7272fa3
Makefile.PL
@@ -70,7 +70,7 @@ my %WriteMakefileArgs = (
70
"File::Slurper" => "0.012",
71
"File::Which" => 0
72
},
73
- "VERSION" => "0.09",
+ "VERSION" => "0.10",
74
"test" => {
75
"TESTS" => "t/*.t"
76
}
lib/Crypt/OpenSSL/SignCSR.pm
@@ -7,7 +7,7 @@ use warnings;
7
8
require Exporter;
9
10
-our $VERSION = "0.09";
+our $VERSION = "0.10";
11
12
our @ISA = qw(Exporter);
13
0 commit comments