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 eff3908 commit 239d1b4Copy full SHA for 239d1b4
Makefile.PL
@@ -71,7 +71,7 @@ my %WriteMakefileArgs = (
71
"Test::Pod" => "1.14",
72
"Test::Pod::Coverage" => "1.04"
73
},
74
- "VERSION" => "0.78",
+ "VERSION" => "0.79",
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.78';
+our $VERSION = '0.79';
5
6
require 5.012;
7
0 commit comments