Skip to content

Commit 5dd0bc2

Browse files
committed
increment $VERSION after 6.03 release
1 parent 102e0c1 commit 5dd0bc2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for HTTP-Daemon
22

3+
{{$NEXT}}
4+
35
6.03 2019-04-01 20:56:38Z
46
- Remove circular dependency with LWP::UserAgent introduced in 6.02 (GH#27)
57
(Olaf Alders)

lib/HTTP/Daemon.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package HTTP::Daemon;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '6.03';
7+
our $VERSION = '6.04';
88

99
use IO::Socket qw(AF_INET INADDR_ANY INADDR_LOOPBACK inet_ntoa);
1010
our @ISA = qw(IO::Socket::INET);

0 commit comments

Comments
 (0)