Sha256: fb59a99b2501cc121f70d9969c0a041ef7ab6a382f8e00db3b7ff752a9f9f3f8

Contents?: true

Size: 194 Bytes

Versions: 1

Compression:

Stored size: 194 Bytes

Contents

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