diff options
author | delano <delano@solutious.com> | 2012-01-11 06:46:09 -0500 |
---|---|---|
committer | delano <delano@solutious.com> | 2012-01-11 06:46:09 -0500 |
commit | 770a08a3767f3f47e2fcd45fe05f46993bedeebc (patch) | |
tree | d292cd10a0ba0b25174c32acf03b4e21299c1b8c /lib/net/ssh/version.rb | |
parent | 17cea0164e3c18f4fd6fa0c25f967ded8064939e (diff) | |
download | net-ssh-2.3.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 3e26604..3862b9a 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 = 2 + MINOR = 3 # The tiny component of this version of the Net::SSH library - TINY = 2 + TINY = 0 # The current version of the Net::SSH library as a Version instance CURRENT = new(MAJOR, MINOR, TINY) |