diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index dd6ae00..05d7037 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -85,7 +85,7 @@ class FTP < Protocol end # :stopdoc: - VERSION = "0.1.3" + VERSION = "0.1.4" FTP_PORT = 21 CRLF = "\r\n" DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE