module Satisfaction module VERSION MAJOR = 0 MINOR = 6 PATCH = 7 PRE = nil STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end end