Skip to content

Commit

Permalink
increment $VERSION after 6.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jul 9, 2023
1 parent 74f5c8b commit 09beb4a
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.11 2023-07-09 15:10:30Z
- Remove Authority section from dist.ini (GH#64) (Olaf Alders)
- Add very basic diagnostic information via test (GH#73) (Olaf Alders)
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.11",
"VERSION" => "6.12",
"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.11';
our $VERSION = '6.12';

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

0 comments on commit 09beb4a

Please sign in to comment.