Skip to content

Commit 0031cfc

Browse files
committed
increment $VERSION after 6.04 release
1 parent efcaef7 commit 0031cfc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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.04 2019-04-02 13:09:45Z
46
- Remove circular dependency on LWP::RobotUA introduced in 6.02 (GH#29)
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.04';
7+
our $VERSION = '6.05';
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)