Skip to content

Commit 4920a03

Browse files
committed
add and BumpVersionAfterRelease
1 parent 5ba4c33 commit 4920a03

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ my %WriteMakefileArgs = (
7171
"Test::Pod" => "1.14",
7272
"Test::Pod::Coverage" => "1.04"
7373
},
74-
"VERSION" => "0.76",
74+
"VERSION" => "0.77",
7575
"test" => {
7676
"TESTS" => "t/*.t t/author/*.t"
7777
}

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ NAME
22
Net::SAML2 - SAML2 bindings and protocol implementation
33

44
VERSION
5-
version 0.76
5+
version 0.77
66

77
SYNOPSIS
88
See TUTORIAL.md for implementation documentation and

dist.ini

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ tag_message = %V ; this is the default
101101
changelog = Changes ; this is the default
102102
[Signature]
103103
[SignReleaseNotes]
104+
[BumpVersionAfterRelease]
104105
[GitHub::CreateRelease]
105106
branch = master
106107
title_template = Version RELEASE - TRIAL CPAN release

lib/Net/SAML2.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use strict;
22
use warnings;
33
package Net::SAML2;
4-
our $VERSION = "0.76";
4+
our $VERSION = "0.77";
55

66
require 5.012;
77

0 commit comments

Comments
 (0)