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