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