module TheBigDB module VERSION MAJOR = 1 MINOR = 4 TINY = 0 STRING = [MAJOR, MINOR, TINY].compact.join('.') end end