Skip to content

Commit 895ba44

Browse files
committed
Bump version to 0.1.2
1 parent 2efedac commit 895ba44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/ftp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class FTP < Protocol
8585
end
8686

8787
# :stopdoc:
88-
VERSION = "0.1.1"
88+
VERSION = "0.1.2"
8989
FTP_PORT = 21
9090
CRLF = "\r\n"
9191
DEFAULT_BLOCKSIZE = BufferedIO::BUFSIZE

0 commit comments

Comments
 (0)