1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/net-ftp] Bump version to 0.1.2

https://github.com/ruby/net-ftp/commit/895ba44b3c
This commit is contained in:
Shugo Maeda 2021-05-11 09:45:48 +09:00
parent ee1725cecb
commit 773c690f25

View file

@ -85,7 +85,7 @@ module Net
end
# :stopdoc:
VERSION = "0.1.1"
VERSION = "0.1.2"
FTP_PORT = 21
CRLF = "\r\n"
DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE