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