Module Net::SSH::Version
In: lib/net/ssh/version.rb

Constants

MAJOR = 1
MINOR = 0
TINY = 8
STRING = [ MAJOR, MINOR, TINY ].join( "." )

[Validate]