Skip to content

Commit 582aa4c

Browse files
committed
increment $VERSION after 2.10 release
1 parent 7e877ca commit 582aa4c

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for WWW::Mechanize
22

3+
{{$NEXT}}
4+
35
2.10 2022-07-04 21:06:13Z
46

57
[ENHANCEMENTS]

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ my %WriteMakefileArgs = (
6565
"bytes" => 0,
6666
"lib" => 0
6767
},
68-
"VERSION" => "2.10",
68+
"VERSION" => "2.11",
6969
"test" => {
7070
"TESTS" => "t/*.t t/local/*.t t/mech-dump/*.t"
7171
}

lib/WWW/Mechanize.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Frequently asked questions. Make sure you read here FIRST.
134134
use strict;
135135
use warnings;
136136

137-
our $VERSION = '2.10';
137+
our $VERSION = '2.11';
138138

139139
use Tie::RefHash;
140140
use HTTP::Request 1.30;

lib/WWW/Mechanize/Image.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package WWW::Mechanize::Image;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '2.10';
6+
our $VERSION = '2.11';
77

88
#ABSTRACT: Image object for WWW::Mechanize
99

lib/WWW/Mechanize/Link.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package WWW::Mechanize::Link;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '2.10';
6+
our $VERSION = '2.11';
77

88
#ABSTRACT: Link object for WWW::Mechanize
99

0 commit comments

Comments
 (0)