Module: Rclopts::GemInfo

Defined in:
lib/rclopts/gem_info.rb

Constant Summary collapse

MAJOR_VERSION =
0
MINOR_VERSION =
1
PATCH_VERSION =
1

Class Method Summary collapse

Class Method Details

.version_stringObject



7
8
9
# File 'lib/rclopts/gem_info.rb', line 7

def self.version_string
  [MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION].join('.')
end