about summary refs log tree commit
path: root/lib/Net/NNTP.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-09-01 14:13:17 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-09-01 14:13:17 +0100
commitac7180c9131c2e182d9a9317ba14c3529e4ecb71 (patch)
treece1f1a94efbeb2193c33ecce09f839ce0946b449 /lib/Net/NNTP.pm
parent4f2d4d9c711cc578aa01af54ed0d71df024e57e5 (diff)
downloadperl-libnet-ac7180c9131c2e182d9a9317ba14c3529e4ecb71.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 7499204..0d690de 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.07";
+our $VERSION = "3.08";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {