aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/version.rb
blob: 88b9a3c200a256d8c8c30c2efeb17e1629e9e07d (plain) (blame)
1
2
3
4
5
6
7
8
9
module ActionMailer
  module VERSION #:nodoc:
    MAJOR = 2
    MINOR = 0
    TINY  = 991

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end