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