Skip to content

Commit

Permalink
increment $VERSION after 3.40 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 19, 2023
1 parent 9bd627d commit 6503aff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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 Perl extension HTTP::BrowserDetect.

{{$NEXT}}

3.40 2023-10-19 16:23:54Z
- Remove Hash::Merge (GH#205) (Olaf Alders)

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ my %WriteMakefileArgs = (
"Test::NoWarnings" => 0,
"Test::Warnings" => 0
},
"VERSION" => "3.40",
"VERSION" => "3.41",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/BrowserDetect.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use 5.006;

package HTTP::BrowserDetect;

our $VERSION = '3.40';
our $VERSION = '3.41';

# Operating Systems
our @OS_TESTS = qw(
Expand Down

0 comments on commit 6503aff

Please sign in to comment.