Skip to content

Commit

Permalink
prepping for the 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed May 2, 2008
1 parent 31820b7 commit 8f1eb74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
@@ -1,4 +1,4 @@
=== *unreleased*
=== 2.0.0 / 1 May 2008

* Make Net::SSH::Connection::Session#sftp accept an argument determining whether or not to block while the SFTP subsystem initializes (defaults to true) [Jamis Buck]

Expand Down
6 changes: 3 additions & 3 deletions lib/net/sftp/version.rb
Expand Up @@ -4,9 +4,9 @@ module Net; module SFTP

# Describes the current version of the Net::SFTP library.
class Version < Net::SSH::Version
MAJOR = 1
MINOR = 99
TINY = 1
MAJOR = 2
MINOR = 0
TINY = 0

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

0 comments on commit 8f1eb74

Please sign in to comment.