module Rich module Support module VERSION MAJOR = 0 MINOR = 1 TINY = 0 STRING = [MAJOR, MINOR, TINY].join(".") end end end