about summary refs log tree commit
path: root/lib/Net/POP3.pm
diff options
context:
space:
mode:
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 bb18aaf..24525f3 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.10";
+our $VERSION = "3.11";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {