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-01-05 13:48:19 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2016-01-05 13:48:19 +0000
commite8340ba23c44f80ce6c13571dfbcca119d56701a (patch)
tree725047ac22dd502165a60b503490a7b6217e8625 /lib/Net/NNTP.pm
parent66903d05b45371c6510c123d7e6eb54bc29e486f (diff)
downloadperl-libnet-e8340ba23c44f80ce6c13571dfbcca119d56701a.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 0d690de..1cd0988 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.08";
+our $VERSION = "3.09";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {