Skip to content

Commit 432ebf3

Browse files
committed
increment $VERSION after 2.19 release
1 parent 2ab8222 commit 432ebf3

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for WWW::Mechanize
22

3+
{{$NEXT}}
4+
35
2.19 2024-09-16 15:25:45Z
46
[DOCUMENTATION]
57
- Fix minor typo in SYNOPSIS example code comment (GH#379) (Paul Cochrane)

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ my %WriteMakefileArgs = (
6060
"bytes" => 0,
6161
"lib" => 0
6262
},
63-
"VERSION" => "2.19",
63+
"VERSION" => "2.20",
6464
"test" => {
6565
"TESTS" => "t/*.t t/local/*.t t/mech-dump/*.t"
6666
}

lib/WWW/Mechanize.pm

Lines changed: 1 addition & 1 deletion
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.19';
137+
our $VERSION = '2.20';
138138

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

lib/WWW/Mechanize/Image.pm

Lines changed: 1 addition & 1 deletion
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.19';
6+
our $VERSION = '2.20';
77

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

lib/WWW/Mechanize/Link.pm

Lines changed: 1 addition & 1 deletion
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.19';
6+
our $VERSION = '2.20';
77

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

0 commit comments

Comments
 (0)