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:
parent
ee1725cecb
commit
773c690f25
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue