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