Sha256: 985c0e740c1872b9a0f2a633c78f1e9c933bf45097937c8e0b8860602866fed5
Contents?: true
Size: 258 Bytes
Versions: 1
Compression:
Stored size: 258 Bytes
Contents
module Imap; end module Imap::Backup # @private MAJOR = 14 # @private MINOR = 6 # @private REVISION = 1 # @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.6.1 | lib/imap/backup/version.rb |