We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625ebfd commit c0b0a0bCopy full SHA for c0b0a0b
CHANGELOG.rdoc
@@ -1,4 +1,4 @@
1
-=== unreleased
+=== 1.0.1 / 1 Feb 2009
2
3
* Remove redundant call to block_given? in Session#group [paddor]
4
lib/net/ssh/multi/version.rb
@@ -10,7 +10,7 @@ class Version < Net::SSH::Version
10
MINOR = 0
11
12
# The tiny component of the library's version
13
- TINY = 0
+ TINY = 1
14
15
# The library's version as a Version instance
16
CURRENT = new(MAJOR, MINOR, TINY)
0 commit comments