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 bc6f5ea commit 1224432Copy full SHA for 1224432
CHANGELOG.rdoc
@@ -1,4 +1,4 @@
1
-=== (unreleased)
+=== 2.0.2 / 1 Feb 2009
2
3
* Avoid using 'ensure' in Net::SFTP.start since it causes unfriendly behavior when exceptions are raised [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 = 1
+ TINY = 2
10
11
# The current version, as a Version instance
12
CURRENT = new(MAJOR, MINOR, TINY)
0 commit comments