Skip to content

Commit

Permalink
increment $VERSION after 6.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Mar 11, 2024
1 parent fa253ec commit b5925e0
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 @@
Release history for LWP-Protocol-https

{{$NEXT}}

6.14 2024-03-11 01:08:33Z
- Inherit with 'use parent' instead of 'use base' (GH#78) (Marin Tsanov)

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
"Test::RequiresInternet" => 0,
"warnings" => 0
},
"VERSION" => "6.14",
"VERSION" => "6.15",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/LWP/Protocol/https.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package LWP::Protocol::https;
use strict;
use warnings;

our $VERSION = '6.14';
our $VERSION = '6.15';

use parent qw(LWP::Protocol::http);
require Net::HTTPS;
Expand Down

0 comments on commit b5925e0

Please sign in to comment.