Module: Ziya::Version

Defined in:
lib/ziya/version.rb

Constant Summary collapse

MAJOR =
2
MINOR =
1
TINY =
5

Class Method Summary collapse

Class Method Details

.versionObject

Returns the version string for the library.



8
9
10
# File 'lib/ziya/version.rb', line 8

def self.version
  [ MAJOR, MINOR, TINY ].join( "." )
end