diff options
Diffstat (limited to 'lib/net')
-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 |