Skip to content

Commit 8f1eb74

Browse files
committed
prepping for the 2.0 release
1 parent 31820b7 commit 8f1eb74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.0 / 1 May 2008
22

33
* 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]
44

lib/net/sftp/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ module Net; module SFTP
44

55
# Describes the current version of the Net::SFTP library.
66
class Version < Net::SSH::Version
7-
MAJOR = 1
8-
MINOR = 99
9-
TINY = 1
7+
MAJOR = 2
8+
MINOR = 0
9+
TINY = 0
1010

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

0 commit comments

Comments
 (0)