Sha256: e80ab049bf603f45bf98425894df19545b4732c6fad71797fb4d5e0bdface072

Contents?: true

Size: 243 Bytes

Versions: 1

Compression:

Stored size: 243 Bytes

Contents

# frozen_string_literal: true

module Doorkeeper
  module VERSION
    # Semantic versioning
    MAJOR = 5
    MINOR = 5
    TINY = 0
    PRE = "rc2"

    # Full version number
    STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
doorkeeper-5.5.0.rc2 lib/doorkeeper/version.rb