Sha256: 000d25582801f17bda29df637974f69286a53ef065432cac70096c02d3677f7a
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.1" # 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.1 | lib/contour/version.rb |