Skip to content

Commit 7ab7ebd

Browse files
increment $VERSION after 6.05 release
1 parent 9514eb3 commit 7ab7ebd

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.05 2019-07-26 20:41:05Z
46
- Added the .perltidyrc from the libwww-perl distribution
57
- Tidied the test suite with perltidy

lib/HTTP/Daemon.pm

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

8-
our $VERSION = '6.05';
8+
our $VERSION = '6.06';
99

1010
use Socket qw(
1111
AF_INET AF_INET6 INADDR_ANY IN6ADDR_ANY INADDR_LOOPBACK IN6ADDR_LOOPBACK

0 commit comments

Comments
 (0)