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