We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2efedac commit 895ba44Copy full SHA for 895ba44
lib/net/ftp.rb
@@ -85,7 +85,7 @@ class FTP < Protocol
85
end
86
87
# :stopdoc:
88
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
89
FTP_PORT = 21
90
CRLF = "\r\n"
91
DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE
0 commit comments