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