Skip to content

Commit

Permalink
Bump up v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 3, 2024
1 parent fc1a982 commit e3ac2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/ftp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e3ac2ea

Please sign in to comment.