Module: Iknow::Version

Defined in:
lib/iknow/core/version.rb

Constant Summary collapse

MAJOR =
0
MINOR =
2
REVISION =
4

Class Method Summary collapse

Class Method Details

.to_nameObject



10
11
12
# File 'lib/iknow/core/version.rb', line 10

def to_name
  "#{MAJOR}_#{MINOR}_#{REVISION}"
end

.to_versionObject



6
7
8
# File 'lib/iknow/core/version.rb', line 6

def to_version
  "#{MAJOR}.#{MINOR}.#{REVISION}"
end