Skip to content

Commit 38b88a6

Browse files
committed
Release 2.0.5 (stringio fix)
1 parent e645fbb commit 38b88a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Echoe.new('net-sftp', version) do |p|
1717
p.changelog = "CHANGELOG.rdoc"
1818

1919
p.author = "Jamis Buck"
20-
p.email = "[email protected]"
20+
p.email = "[email protected]"
2121
p.summary = "A pure Ruby implementation of the SFTP client protocol"
2222
p.url = "http://net-ssh.rubyforge.org/sftp"
2323

lib/net/sftp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Net; module SFTP
66
class Version < Net::SSH::Version
77
MAJOR = 2
88
MINOR = 0
9-
TINY = 4
9+
TINY = 5
1010

1111
# The current version, as a Version instance
1212
CURRENT = new(MAJOR, MINOR, TINY)

0 commit comments

Comments
 (0)