From 7ff7ca262e4439127cecca83e1f678b116ffd286 Mon Sep 17 00:00:00 2001 From: Shugo Maeda Date: Thu, 14 Dec 2023 16:29:48 +0900 Subject: [PATCH] Bump up 0.3.2 --- lib/net/ftp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index efc2540..4c9b5a8 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -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