about summary refs log tree commit
path: root/lib/Net/NNTP.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-07-19 08:46:06 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-19 08:46:06 +0100
commit41e46adcef382389085fdb979c5288b4ed2cf77c (patch)
tree837eee0b1ff1b25f098b68e35bfd3d30847f2df5 /lib/Net/NNTP.pm
parentf495003a0c3f2f49e429afc6b470f9f242e0a6f0 (diff)
downloadperl-libnet-41e46adcef382389085fdb979c5288b4ed2cf77c.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 803692b..764d580 100644
--- a/lib/Net/NNTP.pm
+++ b/lib/Net/NNTP.pm
@@ -21,7 +21,7 @@ use Net::Cmd;
 use Net::Config;
 use Time::Local;
 
-our $VERSION = "3.09";
+our $VERSION = "3.10";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {