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-11-28 21:44:26 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-11-28 21:44:26 +0000
commit2b61b8160f3faed52b1933777bdd98648fb87cb5 (patch)
tree8b88179cee9391470daf042e4a23a04cb2fdc0ef /lib/Net/NNTP.pm
parent22f03dacb0c5ad0678d77473b7d66dd843bd24b2 (diff)
downloadperl-libnet-2b61b8160f3faed52b1933777bdd98648fb87cb5.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 ba375e0..7cc9936 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.03";
+our $VERSION = "3.04";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {