diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index 46b6f36..0883d13 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -89,7 +89,7 @@ class FTP < Protocol end # :stopdoc: - VERSION = "0.3.7" + VERSION = "0.3.8" FTP_PORT = 21 CRLF = "\r\n" DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE