Skip to content

Commit 8115398

Browse files
committed
Update version for release
1 parent d460fb9 commit 8115398

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ my %WriteMakefileArgs = (
7676
"URI::URL" => 0,
7777
"XML::LibXML::XPathContext" => 0
7878
},
79-
"VERSION" => "0.72",
79+
"VERSION" => "0.73",
8080
"test" => {
8181
"TESTS" => "t/*.t t/author/*.t"
8282
}

Diff for: 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.72
5+
version 0.73
66

77
SYNOPSIS
88
See TUTORIAL.md for implementation documentation and

Diff for: 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.72";
4+
our $VERSION = "0.73";
55

66
require 5.012;
77

0 commit comments

Comments
 (0)