about summary refs log tree commit
path: root/lib/Net/NNTP.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-10-09 21:10:00 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-10-09 21:10:00 +0100
commitc18c7f967d4d204e30de9e821cbd4910cb90535d (patch)
tree0ee8e57a0a36089fa48330f5c13deca733a839c6 /lib/Net/NNTP.pm
parentc59f1d7f0b0a2abfbda775e7b00a39a66e61b2c6 (diff)
downloadperl-libnet-c18c7f967d4d204e30de9e821cbd4910cb90535d.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 5c56ac9..db951dc 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.00";
+our $VERSION = "3.01";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {