Sha256: 0963cadccdf59708054642dc1a4edc99496a25bdfc8d0a6cde966b2febdf3b42

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 Bytes

Contents

module Contour
  module VERSION #:nodoc:
    MAJOR = 1
    MINOR = 0
    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-1.0.0.beta2 lib/contour/version.rb