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 e42edee commit 3a7f692Copy full SHA for 3a7f692
Changes
@@ -1,8 +1,15 @@
1
Version History
2
3
-0.27
+0.28
4
+
5
+ No code changes just fix incorrect version in META.yml
6
7
TBD Update Version and Changes
8
+ e42edee Increment missing version in META.yml
9
10
+0.27
11
12
+ 2bde4e1 (tag: 0.27) Update Version and Changes
13
5b499ba Fix test error on OpenBSD 6.8
14
15
0.26-TRIAL 25-Jan-2021
Verify.pm
@@ -5,7 +5,7 @@ use warnings;
require 5.010;
-our $VERSION = '0.27';
+our $VERSION = '0.28';
use Crypt::OpenSSL::X509;
0 commit comments