module Imap module Backup MAJOR = 1 MINOR = 0 REVISION = 5 VERSION = [MAJOR, MINOR, REVISION].map(&:to_s).join('.') end end