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 100c5c1 commit f349483Copy full SHA for f349483
CHANGELOG.rdoc
@@ -1,4 +1,4 @@
1
-=== (unreleased)
+=== 2.0.3 / 17 Nov 2009
2
3
* Reference the correct Exception class when rescuing errors [Scott Tadman]
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 = 2
+ TINY = 3
10
11
# The current version, as a Version instance
12
CURRENT = new(MAJOR, MINOR, TINY)
0 commit comments