Skip to content

Commit b5925e0

Browse files
committed
increment $VERSION after 6.14 release
1 parent fa253ec commit b5925e0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Release history for LWP-Protocol-https
22

3+
{{$NEXT}}
4+
35
6.14 2024-03-11 01:08:33Z
46
- Inherit with 'use parent' instead of 'use base' (GH#78) (Marin Tsanov)
57

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
4141
"Test::RequiresInternet" => 0,
4242
"warnings" => 0
4343
},
44-
"VERSION" => "6.14",
44+
"VERSION" => "6.15",
4545
"test" => {
4646
"TESTS" => "t/*.t"
4747
}

lib/LWP/Protocol/https.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package LWP::Protocol::https;
33
use strict;
44
use warnings;
55

6-
our $VERSION = '6.14';
6+
our $VERSION = '6.15';
77

88
use parent qw(LWP::Protocol::http);
99
require Net::HTTPS;

0 commit comments

Comments
 (0)