Skip to content

Commit

Permalink
Increment repo version
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Jun 22, 2024
1 parent b33c185 commit ca65479
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 @@ -71,7 +71,7 @@ my %WriteMakefileArgs = (
"Test::Pod" => "1.14",
"Test::Pod::Coverage" => "1.04"
},
"VERSION" => "0.80",
"VERSION" => "0.81",
"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.80
version 0.81

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.80';
our $VERSION = '0.81';

require 5.012;

Expand Down

0 comments on commit ca65479

Please sign in to comment.