diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index 1d9533a..86bcf59 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -85,7 +85,7 @@ class FTP < Protocol end # :stopdoc: - VERSION = "0.3.3" + VERSION = "0.3.4" FTP_PORT = 21 CRLF = "\r\n" DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE