Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed May 29, 2008
1 parent 4621071 commit 28d6ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== *unreleased*
=== 2.0.2 / 29 May 2008

* Make sure the agent client understands both RSA "identities answers" [Jamis Buck]

Expand Down
2 changes: 1 addition & 1 deletion lib/net/ssh/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def to_i
MINOR = 0

# The tiny component of this version of the Net::SSH library
TINY = 1
TINY = 2

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

0 comments on commit 28d6ee2

Please sign in to comment.