We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9fef5 commit 70debeaCopy full SHA for 70debea
Makefile.PL
@@ -70,7 +70,7 @@ my %WriteMakefileArgs = (
70
"File::Slurper" => "0.012",
71
"File::Which" => 0
72
},
73
- "VERSION" => "0.08",
+ "VERSION" => "0.09",
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.08";
+our $VERSION = "0.09";
11
12
our @ISA = qw(Exporter);
13
0 commit comments