module Rails module VERSION #:nodoc: MAJOR = 4 MINOR = 0 TINY = 0 PRE = "beta1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end