ruby-changes:66153
From: Shugo <ko1@a...>
Date: Wed, 12 May 2021 09:22:14 +0900 (JST)
Subject: [ruby-changes:66153] 773c690f25 (master): [ruby/net-ftp] Bump version to 0.1.2
https://git.ruby-lang.org/ruby.git/commit/?id=773c690f25 From 773c690f2553db31a9cc83a037f5449e0c1ea456 Mon Sep 17 00:00:00 2001 From: Shugo Maeda <shugo@r...> Date: Tue, 11 May 2021 09:45:48 +0900 Subject: [ruby/net-ftp] Bump version to 0.1.2 https://github.com/ruby/net-ftp/commit/895ba44b3c --- 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 bb74609..68d5375 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -85,7 +85,7 @@ module Net https://github.com/ruby/ruby/blob/trunk/lib/net/ftp.rb#L85 end # :stopdoc: - VERSION = "0.1.1" + VERSION = "0.1.2" FTP_PORT = 21 CRLF = "\r\n" DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/