summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
authorShugo Maeda <shugo@ruby-lang.org>2021-05-11 09:45:48 +0900
committerShugo Maeda <shugo@ruby-lang.org>2021-05-12 09:20:41 +0900
commit773c690f2553db31a9cc83a037f5449e0c1ea456 (patch)
tree9da081f30f474dfeef4e8a43c6a36125fb208752 /lib/net
parentee1725cecb1c87ec10a8962ef8317610c5f989e4 (diff)
[ruby/net-ftp] Bump version to 0.1.2
https://github.com/ruby/net-ftp/commit/895ba44b3c
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/ftp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb
index bb746098df..68d5375ac7 100644
--- a/lib/net/ftp.rb
+++ b/lib/net/ftp.rb
@@ -85,7 +85,7 @@ module Net
end
# :stopdoc:
- VERSION = "0.1.1"
+ VERSION = "0.1.2"
FTP_PORT = 21
CRLF = "\r\n"
DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE