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