Skip to content

Commit

Permalink
Bump up 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shugo committed Dec 14, 2023
1 parent 85aff41 commit 7ff7ca2
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 @@ -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
Expand Down

0 comments on commit 7ff7ca2

Please sign in to comment.