1 2 3 4 5 6 7 8 9
module Rails module Version #:nodoc: MAJOR = 0 MINOR = 14 TINY = 3 STRING = [MAJOR, MINOR, TINY].join('.') end end