Sha256: 937fa9806b11728d254f30a2b10aa4e7d94d78124d8952761a32209116cc8d0a

Contents?: true

Size: 371 Bytes

Versions: 1

Compression:

Stored size: 371 Bytes

Contents

module Sidetiq
  # Public: Sidetiq version namespace.
  module VERSION
    # Public: Sidetiq major version number.
    MAJOR = 0

    # Public: Sidetiq minor version number.
    MINOR = 3

    # Public: Sidetiq patch level.
    PATCH = 2

    # Public: String representation of the current Sidetiq version.
    STRING = [MAJOR, MINOR, PATCH].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sidetiq-0.3.2 lib/sidetiq/version.rb