about summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--Net/FTP/dataconn.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/FTP/dataconn.pm b/Net/FTP/dataconn.pm
index c2954f8..75c1180 100644
--- a/Net/FTP/dataconn.pm
+++ b/Net/FTP/dataconn.pm
@@ -9,7 +9,7 @@ use vars qw(@ISA $timeout $VERSION);
 use Net::Cmd;
 use Errno;
 
-$VERSION = '0.11';
+$VERSION = '0.11_01';
 @ISA     = qw(IO::Socket::INET);