Skip to content

Commit 3907db9

Browse files
committed
version bump, prep for next preview release
1 parent 6a19b2a commit 3907db9

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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 Preview Release 2 (0.99.1) / 19 Apr 2008
22

33
* Don't try to select on closed IO streams [Jamis Buck]
44

Manifest

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ test/server_test.rb
2121
test/session_actions_test.rb
2222
test/session_test.rb
2323
test/test_all.rb
24-
x.rb

lib/net/ssh/multi/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ class Version < Net::SSH::Version
1010
MINOR = 99
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)
1717

1818
# The library's version as a String instance
1919
STRING = CURRENT.to_s
2020
end
21-
end; end; end
21+
end; end; end

0 commit comments

Comments
 (0)