Skip to content

Commit

Permalink
increment $VERSION after 2.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 30, 2024
1 parent acabb7c commit 729c248
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.18 2024-01-30 14:29:44Z
[FIXED]
- Fix click_button non exclusive attributes (GH#371) (Andreas Huber)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ my %WriteMakefileArgs = (
"bytes" => 0,
"lib" => 0
},
"VERSION" => "2.18",
"VERSION" => "2.19",
"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.18';
our $VERSION = '2.19';

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.18';
our $VERSION = '2.19';

#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.18';
our $VERSION = '2.19';

#ABSTRACT: Link object for WWW::Mechanize

Expand Down

0 comments on commit 729c248

Please sign in to comment.