Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Feb 2, 2009
1 parent 625ebfd commit c0b0a0b
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
=== 1.0.1 / 1 Feb 2009

* Remove redundant call to block_given? in Session#group [paddor]

Expand Down
2 changes: 1 addition & 1 deletion lib/net/ssh/multi/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Version < Net::SSH::Version
MINOR = 0

# The tiny component of the library's version
TINY = 0
TINY = 1

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

0 comments on commit c0b0a0b

Please sign in to comment.