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