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 fe852dd commit cb5eb3cCopy full SHA for cb5eb3c
Changes
@@ -1,5 +1,9 @@
1
Version History
2
3
+0.22 03-Jul-2020
4
+
5
+ Increment version for official release
6
7
0.21-TRIAL 03-Jul-2020
8
9
Fix cpantesters issue with indented if statement
Verify.pm
@@ -5,7 +5,7 @@ use warnings;
require 5.010;
-our $VERSION = '0.21';
+our $VERSION = '0.22';
10
use Crypt::OpenSSL::X509;
11
0 commit comments