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