From deda220a422cf1ff560c60017312984fe34ea354 Mon Sep 17 00:00:00 2001 From: Shugo Maeda Date: Wed, 5 Jun 2024 10:53:47 +0900 Subject: [PATCH] Bump version to 0.3.6 --- 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 6a05400..84e4612 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -89,7 +89,7 @@ class FTP < Protocol end # :stopdoc: - VERSION = "0.3.5" + VERSION = "0.3.6" FTP_PORT = 21 CRLF = "\r\n" DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE