Sha256: 402cc39f14fb04ab5d90a2a242008072f2e0b1de6f73ce1eb761137f8b206be2
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
module Contour module VERSION #:nodoc: MAJOR = 2 MINOR = 1 TINY = 0 BUILD = "beta11" # 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.1.0.beta11 | lib/contour/version.rb |