We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0cf02 commit 84847dbCopy full SHA for 84847db
CHANGELOG.rdoc
@@ -1,4 +1,4 @@
1
-=== *unreleased*
+=== 2.0.1 / 29 May 2008
2
3
* Open files in binary mode to appease Windows [Jamis Buck]
4
lib/net/sftp/version.rb
@@ -6,7 +6,7 @@ module Net; module SFTP
6
class Version < Net::SSH::Version
7
MAJOR = 2
8
MINOR = 0
9
- TINY = 0
+ TINY = 1
10
11
# The current version, as a Version instance
12
CURRENT = new(MAJOR, MINOR, TINY)
0 commit comments