Skip to content

Commit 4fa07de

Browse files
committed
Fix version after release
Signed-off-by: Wesley Schwengle <waterkip@cpan.org>
1 parent 52870d2 commit 4fa07de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
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.67",
80+
"VERSION" => "0.68",
8181
"test" => {
8282
"TESTS" => "t/*.t t/author/*.t"
8383
}

README

Lines changed: 1 addition & 1 deletion
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.67
5+
version 0.68
66

77
SYNOPSIS
88
See TUTORIAL.md for implementation documentation and

0 commit comments

Comments
 (0)