File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ my %WriteMakefileArgs = (
2222 " TEST_REQUIRES" => {
2323 " Test" => 0
2424 },
25- " VERSION" => " 1.07 " ,
25+ " VERSION" => " 1.08 " ,
2626 " test" => {
2727 " TESTS" => " t/*.t"
2828 }
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ git_remote = origin
7070[Git::NextVersion]
7171first_version = 1.07 ; this is the default
7272version_by_branch = 0 ; this is the default
73- version_regexp = ^(0 .\d+)$ ; this is the default
73+ version_regexp = ^(1 .\d+)$ ; this is the default
7474[WriteVersion]
7575[Git::GatherDir]
7676exclude_filename = cpanfile
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use warnings;
55use Carp;
66use vars qw/ $VERSION $AUTOLOAD/ ;
77
8- our $VERSION = ' 1.06 ' ;
8+ our $VERSION = ' 1.08 ' ;
99
1010=head1 NAME
1111
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ use XML::DOM;
5353
5454use vars qw( $AUTOLOAD $VERSION ) ;
5555
56- our $VERSION = ' 1.07 ' ;
56+ our $VERSION = ' 1.08 ' ;
5757
5858=head1 CONSTRUCTOR
5959
You can’t perform that action at this time.
0 commit comments