Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Dec 30, 2008
1 parent 6f3d9d8 commit cba0669
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.8 / 29 December 2008

* Fix private key change from 2.0.7 so that keys are loaded just-in-time, avoiding unecessary prompts from encrypted keys. [Jamis Buck]

Expand Down
2 changes: 1 addition & 1 deletion lib/net/ssh/version.rb
Expand Up @@ -51,7 +51,7 @@ def to_i
MINOR = 0

# The tiny component of this version of the Net::SSH library
TINY = 7
TINY = 8

# The current version of the Net::SSH library as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
Expand Down

0 comments on commit cba0669

Please sign in to comment.