Skip to content

Commit 6bee932

Browse files
committed
After release: bump $VERSION and timestamp Changes
1 parent 928c062 commit 6bee932

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: 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.084 2023-06-14 06:35:01-04:00 America/New_York
6+
57
- No changes from 0.083-TRIAL.
68

79
0.083 2023-06-11 07:05:45-04:00 America/New_York (TRIAL RELEASE)

Diff for: 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.084",
44+
"VERSION" => "0.085",
4545
"test" => {
4646
"TESTS" => "t/*.t"
4747
}

Diff for: 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.084';
7+
our $VERSION = '0.085';
88

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

0 commit comments

Comments
 (0)