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:50:25 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-10-09 21:50:25 +0100
commit32522281e8ef71984f9b58e9a4998577f14a88b2 (patch)
treea85d0a2af18c7d8e0383f67e6a792dc078860b86 /lib/Net/NNTP.pm
parent92115a8142f5e8e7d1bb6edd44495da93c0835eb (diff)
downloadperl-libnet-32522281e8ef71984f9b58e9a4998577f14a88b2.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 4df5b97..f68268e 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.01";
+our $VERSION = "3.02";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {