Skip to content

Commit 6258a3b

Browse files
committed
Update version number for release
1 parent c9a09d4 commit 6258a3b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ git_remote = origin
7070
[Git::NextVersion]
7171
first_version = 1.07 ; this is the default
7272
version_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]
7676
exclude_filename = cpanfile

lib/XML/Generator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55
use Carp;
66
use vars qw/$VERSION $AUTOLOAD/;
77

8-
our $VERSION = '1.06';
8+
our $VERSION = '1.08';
99

1010
=head1 NAME
1111

lib/XML/Generator/DOM.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use XML::DOM;
5353

5454
use vars qw( $AUTOLOAD $VERSION );
5555

56-
our $VERSION = '1.07';
56+
our $VERSION = '1.08';
5757

5858
=head1 CONSTRUCTOR
5959

0 commit comments

Comments
 (0)