Skip to content

Commit e4eac87

Browse files
committed
increment $VERSION after 6.17 release
1 parent 9561810 commit e4eac87

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

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.17 2026-07-23 14:32:07Z
46
- Move the live httpbin.org test from t/example.t to xt/author/example.t so
57
that a transient outage of the external service (e.g. a 503) can no longer

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ my %WriteMakefileArgs = (
4040
"Test::Needs" => "0.002010",
4141
"warnings" => 0
4242
},
43-
"VERSION" => "6.17",
43+
"VERSION" => "6.18",
4444
"test" => {
4545
"TESTS" => "t/*.t"
4646
}

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.17';
6+
our $VERSION = '6.18';
77

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

0 commit comments

Comments
 (0)