module Rails module Version #:nodoc: MAJOR = 0 MINOR = 14 TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end end