Sha256: fe28b8780de39f27c6fb20bc1439dac5f3ed83cdfcb42456689382d7879802a6

Contents?: true

Size: 197 Bytes

Versions: 1

Compression:

Stored size: 197 Bytes

Contents

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