diff options
Diffstat (limited to 'lib/net')
-rw-r--r-- | lib/net/ssh/multi/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ssh/multi/version.rb b/lib/net/ssh/multi/version.rb index aa180aa..3a7bb37 100644 --- a/lib/net/ssh/multi/version.rb +++ b/lib/net/ssh/multi/version.rb @@ -10,7 +10,7 @@ module Net; module SSH; module Multi MINOR = 99 # The tiny component of the library's version - TINY = 0 + TINY = 1 # The library's version as a Version instance CURRENT = new(MAJOR, MINOR, TINY) @@ -18,4 +18,4 @@ module Net; module SSH; module Multi # The library's version as a String instance STRING = CURRENT.to_s end -end; end; end
\ No newline at end of file +end; end; end |