diff options
author | Jamis Buck <jamis@37signals.com> | 2008-05-01 22:20:21 -0600 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2008-05-01 22:20:21 -0600 |
commit | 8f4fd3fe372ddcc46bac39586b6185d17bb67c51 (patch) | |
tree | e32a345f5edc4a9a5245352e924449c4ad0f3c27 /lib/net/ssh/multi/version.rb | |
parent | 3907db9fb490f11ca821181b412c1514ee8e0a7e (diff) | |
download | net-ssh-multi-8f4fd3fe372ddcc46bac39586b6185d17bb67c51.tar.gz |
prepping for the 1.0 releasev1.0.0
Diffstat (limited to 'lib/net/ssh/multi/version.rb')
-rw-r--r-- | lib/net/ssh/multi/version.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/net/ssh/multi/version.rb b/lib/net/ssh/multi/version.rb index 3a7bb37..17b1a01 100644 --- a/lib/net/ssh/multi/version.rb +++ b/lib/net/ssh/multi/version.rb @@ -4,13 +4,13 @@ module Net; module SSH; module Multi # A trivial class for representing the version of this library. class Version < Net::SSH::Version # The major component of the library's version - MAJOR = 0 + MAJOR = 1 # The minor component of the library's version - MINOR = 99 + MINOR = 0 # The tiny component of the library's version - TINY = 1 + TINY = 0 # The library's version as a Version instance CURRENT = new(MAJOR, MINOR, TINY) |