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