Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
jamis committed Feb 2, 2009
1 parent bc6f5ea commit 1224432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
@@ -1,4 +1,4 @@
=== (unreleased)
=== 2.0.2 / 1 Feb 2009

* Avoid using 'ensure' in Net::SFTP.start since it causes unfriendly behavior when exceptions are raised [Jamis Buck]

Expand Down
2 changes: 1 addition & 1 deletion lib/net/sftp/version.rb
Expand Up @@ -6,7 +6,7 @@ module Net; module SFTP
class Version < Net::SSH::Version
MAJOR = 2
MINOR = 0
TINY = 1
TINY = 2

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

0 comments on commit 1224432

Please sign in to comment.