Skip to content

Commit

Permalink
Increment repo version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Apr 21, 2024
1 parent b4a6c52 commit a19257d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.79",
"VERSION" => "0.80",
"test" => {
"TESTS" => "t/*.t t/author/*.t"
}
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.79';
our $VERSION = '0.80';

require 5.012;

Expand Down

0 comments on commit a19257d

Please sign in to comment.