diff options
author | delano <delano@solutious.com> | 2012-05-24 09:16:17 -0400 |
---|---|---|
committer | delano <delano@solutious.com> | 2012-05-24 09:16:37 -0400 |
commit | 46f5a2b6577d32649c8878194049f6405b97267d (patch) | |
tree | 4ec6e2243a2ddc1f54851632f0b3c8141775539a /lib/net/ssh/version.rb | |
parent | b810e62aa81fcf735294bf69de1e72786e891332 (diff) | |
download | net-ssh-2.4.tar.gz |
Diffstat (limited to 'lib/net/ssh/version.rb')
-rw-r--r-- | lib/net/ssh/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb index a9d45de..f28010c 100644 --- a/lib/net/ssh/version.rb +++ b/lib/net/ssh/version.rb @@ -51,7 +51,7 @@ module Net; module SSH MINOR = 5 # The tiny component of this version of the Net::SSH library - TINY = 0 + TINY = 1 # The current version of the Net::SSH library as a Version instance CURRENT = new(MAJOR, MINOR, TINY) |