Skip to content

Commit c0b0a0b

Browse files
committed
version bump
1 parent 625ebfd commit c0b0a0b

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+
=== 1.0.1 / 1 Feb 2009
22

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

lib/net/ssh/multi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Version < Net::SSH::Version
1010
MINOR = 0
1111

1212
# The tiny component of the library's version
13-
TINY = 0
13+
TINY = 1
1414

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

0 commit comments

Comments
 (0)