Sha256: 0b7d74cb23a617139a5a0a0dc112ef9a6f97a2835069266254c549c5a2becd53

Contents?: true

Size: 199 Bytes

Versions: 1

Compression:

Stored size: 199 Bytes

Contents

module Contour
  module VERSION #:nodoc:
    MAJOR = 2
    MINOR = 0
    TINY = 0
    BUILD = "beta.8" # 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.0.0.beta.8 lib/contour/version.rb