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