Skip to content

Commit 0ef7973

Browse files
committed
After release: bump $VERSION and timestamp Changes
1 parent 912bb58 commit 0ef7973

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
@@ -2,6 +2,8 @@ Release notes for HTTP-Tiny
22

33
{{$NEXT}}
44

5+
0.080 2021-11-05 08:15:46-04:00 America/New_York
6+
57
- No changes from 0.079-TRIAL.
68

79
0.079 2021-11-04 12:33:43-04:00 America/New_York (TRIAL RELEASE)

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ my %WriteMakefileArgs = (
4141
"lib" => 0,
4242
"open" => 0
4343
},
44-
"VERSION" => "0.080",
44+
"VERSION" => "0.081",
4545
"test" => {
4646
"TESTS" => "t/*.t"
4747
}

lib/HTTP/Tiny.pm

Lines changed: 1 addition & 1 deletion
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.080';
7+
our $VERSION = '0.081';
88

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

0 commit comments

Comments
 (0)