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 0811025..ccaea8b 100644
--- a/lib/Net/POP3.pm
+++ b/lib/Net/POP3.pm
@@ -18,7 +18,7 @@ use IO::Socket;
 use Net::Cmd;
 use Net::Config;
 
-our $VERSION = "3.11";
+our $VERSION = "3.12";
 
 # Code for detecting if we can use SSL
 my $ssl_class = eval {