Skip to content

Commit 2f17ba0

Browse files
committed
After release: bump $VERSION and timestamp Changes
1 parent 8a99cc5 commit 2f17ba0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Release notes for HTTP-Tiny
22

33
{{$NEXT}}
44

5+
0.086 2023-06-22 10:06:37-04:00 America/New_York
6+
57
[FIXED]
68

79
- Fix code to use `$ENV{PERL_HTTP_TINY_SSL_INSECURE_BY_DEFAULT}` as documented.

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
4141
"lib" => 0,
4242
"open" => 0
4343
},
44-
"VERSION" => "0.086",
44+
"VERSION" => "0.087",
4545
"test" => {
4646
"TESTS" => "t/*.t"
4747
}

lib/HTTP/Tiny.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
# ABSTRACT: A small, simple, correct HTTP/1.1 client
66

7-
our $VERSION = '0.085';
7+
our $VERSION = '0.087';
88

99
sub _croak { require Carp; Carp::croak(@_) }
1010

0 commit comments

Comments
 (0)