diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index 6a05400..84e4612 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -89,7 +89,7 @@ class FTP < Protocol end # :stopdoc: - VERSION = "0.3.5" + VERSION = "0.3.6" FTP_PORT = 21 CRLF = "\r\n" DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE