Skip to content

Commit 1c4b7dc

Browse files
committed
increment $VERSION after 6.02 release
1 parent 5b7d697 commit 1c4b7dc

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.02 2019-04-01 16:03:37Z
46
- Added a .mailmap to properly keep up with contributors to the dist.
57
- Revised the changelog to follow current format styles

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.02';
7+
our $VERSION = '6.03';
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)