module ActiveRecord module Version MAJOR = 1 MINOR = 11 TINY = 1 STRING = [MAJOR, MINOR, TINY].join('.') end end