diff options
author | delano <delano@solutious.com> | 2011-08-17 21:20:48 -0400 |
---|---|---|
committer | delano <delano@solutious.com> | 2011-08-17 21:20:48 -0400 |
commit | 5f9d75cf3f4fd7883f37d60d469c984a4c9d4f2c (patch) | |
tree | 521c204e51e3a048a924fc9827d9789f6373bd65 /lib/net/ssh/version.rb | |
parent | 6cb111cb606ff237d4fe8c3b5237550bc3459fdb (diff) | |
download | net-ssh-2.1.tar.gz |
Diffstat (limited to 'lib/net/ssh/version.rb')
-rw-r--r-- | lib/net/ssh/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb index 1ad7af1..aff358b 100644 --- a/lib/net/ssh/version.rb +++ b/lib/net/ssh/version.rb @@ -48,10 +48,10 @@ module Net; module SSH MAJOR = 2 # The minor component of this version of the Net::SSH library - MINOR = 1 + MINOR = 2 # The tiny component of this version of the Net::SSH library - TINY = 4 + TINY = 0 # The current version of the Net::SSH library as a Version instance CURRENT = new(MAJOR, MINOR, TINY) |