Sha256: 2fcb9617f17b756ce764cc9aab335f9403180ded68e9b064e513a5fa077cbf1e

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

module Imap; end

module Imap::Backup
  # @private
  MAJOR    = 15
  # @private
  MINOR    = 0
  # @private
  REVISION = 3
  # @private
  PRE      = "rc1".freeze
  # 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-15.0.3.rc1 lib/imap/backup/version.rb