# encoding: utf-8 module Mail module VERSION MAJOR = 2 MINOR = 1 TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end end