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-08-01 08:31:30 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-08-01 08:31:30 +0100
commit164b6ce3ba13e31e60220502e499364e1b16dc58 (patch)
treecf9a8c297c341f59b6c070c79cac08b138f9973e /lib/Net/NNTP.pm
parentfd137445b2f22793740d4ae20c826f67c5a6c078 (diff)
downloadperl-libnet-164b6ce3ba13e31e60220502e499364e1b16dc58.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 764d580..3133a8d 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.10";
+our $VERSION = "3.11";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {