Sha256: 436f53fb55095e1d68b655260dfe54907fe365e82e0640b8856d8fc3a571b000

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

module Imap; end

module Imap::Backup
  # @private
  MAJOR    = 14
  # @private
  MINOR    = 5
  # @private
  REVISION = 2
  # @private
  PRE      = nil
  # The application version
  VERSION  = [MAJOR, MINOR, REVISION, PRE].compact.map(&:to_s).join(".")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
imap-backup-14.5.2 lib/imap/backup/version.rb