diff options
author | delano <delano@solutious.com> | 2012-05-17 07:31:29 -0400 |
---|---|---|
committer | delano <delano@solutious.com> | 2012-05-17 07:31:29 -0400 |
commit | 2840dae8c196a1c84e6dd515c8630d9b0ce6d088 (patch) | |
tree | 8fd3e3b6ca3bf75ea901d215ecf7e9a4ee178113 /lib | |
parent | f10c563115ecf3a5dd00b6907d11a7220facd2e7 (diff) | |
download | net-ssh-add-many-algorithms.tar.gz |
Diffstat (limited to 'lib')
-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 3862b9a..ba28fc7 100644 --- a/lib/net/ssh/version.rb +++ b/lib/net/ssh/version.rb @@ -48,7 +48,7 @@ module Net; module SSH MAJOR = 2 # The minor component of this version of the Net::SSH library - MINOR = 3 + MINOR = 4 # The tiny component of this version of the Net::SSH library TINY = 0 |