Skip to content

Commit

Permalink
add and BumpVersionAfterRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Jan 8, 2024
1 parent 5ba4c33 commit 4920a03
Show file tree
Hide file tree
Showing 4 changed files with 4 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.76",
"VERSION" => "0.77",
"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.76
version 0.77

SYNOPSIS
See TUTORIAL.md for implementation documentation and
Expand Down
1 change: 1 addition & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ tag_message = %V ; this is the default
changelog = Changes ; this is the default
[Signature]
[SignReleaseNotes]
[BumpVersionAfterRelease]
[GitHub::CreateRelease]
branch = master
title_template = Version RELEASE - TRIAL CPAN release
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.76";
our $VERSION = "0.77";

require 5.012;

Expand Down

0 comments on commit 4920a03

Please sign in to comment.