aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/ftp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ftp.rb')
-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 bd8c8ab476..88e8655c1c 100644
--- a/lib/net/ftp.rb
+++ b/lib/net/ftp.rb
@@ -85,7 +85,7 @@ module Net
end
# :stopdoc:
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
FTP_PORT = 21
CRLF = "\r\n"
DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE