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