File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 22 Net::SAML2 - SAML2 bindings and protocol implementation
33
44VERSION
5- version 0.76
5+ version 0.77
66
77SYNOPSIS
88 See TUTORIAL.md for implementation documentation and
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ tag_message = %V ; this is the default
101101changelog = Changes ; this is the default
102102[Signature]
103103[SignReleaseNotes]
104+ [BumpVersionAfterRelease]
104105[GitHub::CreateRelease]
105106branch = master
106107title_template = Version RELEASE - TRIAL CPAN release
Original file line number Diff line number Diff line change 11use strict;
22use warnings;
33package Net::SAML2 ;
4- our $VERSION = " 0.76 " ;
4+ our $VERSION = " 0.77 " ;
55
66require 5.012;
77
You can’t perform that action at this time.
0 commit comments