diff options
author | delano <delano.mandelbaum@gmail.com> | 2013-09-11 09:40:42 -0700 |
---|---|---|
committer | delano <delano.mandelbaum@gmail.com> | 2013-09-11 09:40:42 -0700 |
commit | e3c3b6542580f15fb1a0a6ffad5383f2373ab43a (patch) | |
tree | 73f1527b207883ee565098182ecfc67534d26360 /lib/net/ssh | |
parent | f0570418fbbc911b7406c2d9eba6f7493b949801 (diff) | |
download | net-ssh-2.7.tar.gz |
Diffstat (limited to 'lib/net/ssh')
-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 3c93342..651fe2c 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 = 6 + MINOR = 7 # The tiny component of this version of the Net::SSH library - TINY = 8 + TINY = 0 # The current version of the Net::SSH library as a Version instance CURRENT = new(MAJOR, MINOR, TINY) |