File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ my %WriteMakefileArgs = (
71
71
" Test::Pod" => " 1.14" ,
72
72
" Test::Pod::Coverage" => " 1.04"
73
73
},
74
- " VERSION" => " 0.76 " ,
74
+ " VERSION" => " 0.77 " ,
75
75
" test" => {
76
76
" TESTS" => " t/*.t t/author/*.t"
77
77
}
Original file line number Diff line number Diff line change 2
2
Net::SAML2 - SAML2 bindings and protocol implementation
3
3
4
4
VERSION
5
- version 0.76
5
+ version 0.77
6
6
7
7
SYNOPSIS
8
8
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
101
101
changelog = Changes ; this is the default
102
102
[Signature]
103
103
[SignReleaseNotes]
104
+ [BumpVersionAfterRelease]
104
105
[GitHub::CreateRelease]
105
106
branch = master
106
107
title_template = Version RELEASE - TRIAL CPAN release
Original file line number Diff line number Diff line change 1
1
use strict;
2
2
use warnings;
3
3
package Net::SAML2 ;
4
- our $VERSION = " 0.76 " ;
4
+ our $VERSION = " 0.77 " ;
5
5
6
6
require 5.012;
7
7
You can’t perform that action at this time.
0 commit comments