class Kronos module Version MAJOR = 0 MINOR = 1 PATCH = 10 BUILD = nil STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end end