Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Jul 8, 2023
1 parent d460fb9 commit 8115398
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ my %WriteMakefileArgs = (
"URI::URL" => 0,
"XML::LibXML::XPathContext" => 0
},
"VERSION" => "0.72",
"VERSION" => "0.73",
"test" => {
"TESTS" => "t/*.t t/author/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
Net::SAML2 - SAML2 bindings and protocol implementation

VERSION
version 0.72
version 0.73

SYNOPSIS
See TUTORIAL.md for implementation documentation and
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/SAML2.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use strict;
use warnings;
package Net::SAML2;
our $VERSION = "0.72";
our $VERSION = "0.73";

require 5.012;

Expand Down

0 comments on commit 8115398

Please sign in to comment.