Skip to content

Commit

Permalink
increment $VERSION after 2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jul 4, 2022
1 parent 7e877ca commit 582aa4c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for WWW::Mechanize

{{$NEXT}}

2.10 2022-07-04 21:06:13Z

[ENHANCEMENTS]
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ my %WriteMakefileArgs = (
"bytes" => 0,
"lib" => 0
},
"VERSION" => "2.10",
"VERSION" => "2.11",
"test" => {
"TESTS" => "t/*.t t/local/*.t t/mech-dump/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/Mechanize.pm
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Frequently asked questions. Make sure you read here FIRST.
use strict;
use warnings;

our $VERSION = '2.10';
our $VERSION = '2.11';

use Tie::RefHash;
use HTTP::Request 1.30;
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/Mechanize/Image.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package WWW::Mechanize::Image;
use strict;
use warnings;

our $VERSION = '2.10';
our $VERSION = '2.11';

#ABSTRACT: Image object for WWW::Mechanize

Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/Mechanize/Link.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package WWW::Mechanize::Link;
use strict;
use warnings;

our $VERSION = '2.10';
our $VERSION = '2.11';

#ABSTRACT: Link object for WWW::Mechanize

Expand Down

0 comments on commit 582aa4c

Please sign in to comment.