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 3, 2024
1 parent 9c7d980 commit b8a297a
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.77",
"VERSION" => "0.78",
"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.78';

require 5.012;

Expand Down

0 comments on commit b8a297a

Please sign in to comment.