Skip to content

Commit 128b06f

Browse files
committed
increment $VERSION after 6.15 release
1 parent fb24c7b commit 128b06f

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.15 2026-02-23 20:36:42Z
46
- Make TLS enabled proxy work (proxy URL https:// not http://) (GH#89)
57
(Steffen Ullrich)

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.15",
44+
"VERSION" => "6.16",
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.15';
6+
our $VERSION = '6.16';
77

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

0 commit comments

Comments
 (0)