Skip to content

Commit

Permalink
After release: bump $VERSION and timestamp Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 21, 2024
1 parent bb1ba53 commit f66b26d
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
Expand Up @@ -2,6 +2,8 @@ Release notes for HTTP-Tiny

{{$NEXT}}

0.089 2024-10-21 09:35:48+02:00 Europe/Brussels (TRIAL RELEASE)

[CHANGED]

- Find the certificate bundle via IO::Socket::SSL rather than implementing
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 = (
"lib" => 0,
"open" => 0
},
"VERSION" => "0.089",
"VERSION" => "0.090",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Tiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
# ABSTRACT: A small, simple, correct HTTP/1.1 client

our $VERSION = '0.089';
our $VERSION = '0.090';

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

Expand Down

0 comments on commit f66b26d

Please sign in to comment.