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