Skip to content

Commit 3e233b5

Browse files
committed
increment $VERSION after 6.13 release
1 parent 2eb8613 commit 3e233b5

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.13 2024-02-06 01:00:50Z
46
- Fix ssl upgrade for regular host names (GH#77) (Axel Burri)
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.13",
44+
"VERSION" => "6.14",
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.13';
6+
our $VERSION = '6.14';
77

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

0 commit comments

Comments
 (0)