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