Skip to content

Commit 8fbe02b

Browse files
committed
increment $VERSION after 2.12 release
1 parent 44ee0f6 commit 8fbe02b

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.12 2022-07-20 06:45:40Z
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.12",
68+
"VERSION" => "2.13",
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.12';
137+
our $VERSION = '2.13';
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.12';
6+
our $VERSION = '2.13';
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.12';
6+
our $VERSION = '2.13';
77

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

0 commit comments

Comments
 (0)