about summary refs log tree commit
path: root/lib/Net/POP3.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/POP3.pm
parent66903d05b45371c6510c123d7e6eb54bc29e486f (diff)
downloadperl-libnet-e8340ba23c44f80ce6c13571dfbcca119d56701a.tar.gz
Bump version
Diffstat (limited to 'lib/Net/POP3.pm')
-rw-r--r--lib/Net/POP3.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/POP3.pm b/lib/Net/POP3.pm
index bccdfb0..5bce1fd 100644
--- a/lib/Net/POP3.pm
+++ b/lib/Net/POP3.pm
@@ -20,7 +20,7 @@ use IO::Socket;
 use Net::Cmd;
 use Net::Config;
 
-our $VERSION = "3.08";
+our $VERSION = "3.09";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {