We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a6c52 commit a19257dCopy full SHA for a19257d
Makefile.PL
@@ -71,7 +71,7 @@ my %WriteMakefileArgs = (
71
"Test::Pod" => "1.14",
72
"Test::Pod::Coverage" => "1.04"
73
},
74
- "VERSION" => "0.79",
+ "VERSION" => "0.80",
75
"test" => {
76
"TESTS" => "t/*.t t/author/*.t"
77
}
lib/Net/SAML2.pm
@@ -1,7 +1,7 @@
1
use strict;
2
use warnings;
3
package Net::SAML2;
4
-our $VERSION = '0.79';
+our $VERSION = '0.80';
5
6
require 5.012;
7
0 commit comments