Skip to content

Commit f349483

Browse files
committed
Release 2.0.3
1 parent 100c5c1 commit f349483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== (unreleased)
1+
=== 2.0.3 / 17 Nov 2009
22

33
* Reference the correct Exception class when rescuing errors [Scott Tadman]
44

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 = 2
9+
TINY = 3
1010

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

0 commit comments

Comments
 (0)