Skip to content

Commit 603f794

Browse files
Require HTTP::Tiny 0.070 for release notes script
1 parent 9f65252 commit 603f794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/es_release_notes.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use strict;
1919
use warnings;
2020

21-
use HTTP::Tiny;
21+
use HTTP::Tiny 0.070;
2222
use IO::Socket::SSL 1.52;
2323
use utf8;
2424

0 commit comments

Comments
 (0)