about summary refs log tree commit
path: root/lib/Net/NNTP.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-20 08:49:33 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-20 08:49:33 +0000
commit8a45b7874b9ebadf653abcd57593758f6632f014 (patch)
treead7a589b8d94f575360795f339cbc9702a0d68f4 /lib/Net/NNTP.pm
parent15d2d4f45275d24ba34f70c1b8db33df3a777636 (diff)
downloadperl-libnet-8a45b7874b9ebadf653abcd57593758f6632f014.tar.gz
Bump version
Diffstat (limited to 'lib/Net/NNTP.pm')
-rw-r--r--lib/Net/NNTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/NNTP.pm b/lib/Net/NNTP.pm
index 3796798..a1409fd 100644
--- a/lib/Net/NNTP.pm
+++ b/lib/Net/NNTP.pm
@@ -20,7 +20,7 @@ use Net::Cmd;
 use Net::Config;
 use Time::Local;
 
-our $VERSION = "3.05";
+our $VERSION = "3.06";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {