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