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