Skip to content

Commit 930f4af

Browse files
committed
Increment version for another TRIAL release
1 parent 63db958 commit 930f4af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ my %WriteMakefileArgs = (
7777
"URI::URL" => 0,
7878
"XML::LibXML::XPathContext" => 0
7979
},
80-
"VERSION" => "0.65",
80+
"VERSION" => "0.66",
8181
"test" => {
8282
"TESTS" => "t/*.t t/author/*.t"
8383
}

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME
22
Net::SAML2 - SAML2 bindings and protocol implementation
33

44
VERSION
5-
version 0.65
5+
version 0.66
66

77
SYNOPSIS
88
See TUTORIAL.md for implementation documentation and

lib/Net/SAML2.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use strict;
22
use warnings;
33
package Net::SAML2;
4-
our $VERSION = "0.65";
4+
our $VERSION = "0.66";
55

66
require 5.012;
77

0 commit comments

Comments
 (0)