Sha256: dff3132d16b1ec98a9c1937fb828ec0a30acb9d1b73374bcde7f687babab8b45

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

module Contour
  module VERSION #:nodoc:
    MAJOR = 2
    MINOR = 1
    TINY = 0
    BUILD = "beta2" # nil, "pre", "rc", "rc2"

    STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
contour-2.1.0.beta2 lib/contour/version.rb