diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index efc2540..4c9b5a8 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -85,7 +85,7 @@ class FTP < Protocol end # :stopdoc: - VERSION = "0.3.1" + VERSION = "0.3.2" FTP_PORT = 21 CRLF = "\r\n" DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE