Skip to content

Commit

Permalink
Increment repo version
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Feb 26, 2024
1 parent eff3908 commit 239d1b4
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.78",
"VERSION" => "0.79",
"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.78';
our $VERSION = '0.79';

require 5.012;

Expand Down

0 comments on commit 239d1b4

Please sign in to comment.