Skip to content

Commit 84847db

Browse files
committed
version bump
1 parent 2a0cf02 commit 84847db

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.1 / 29 May 2008
22

33
* Open files in binary mode to appease Windows [Jamis Buck]
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 = 0
9+
TINY = 1
1010

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

0 commit comments

Comments
 (0)