module Barista module Version MAJOR = 0 MINOR = 7 PATCH = 0 STRING = [MAJOR, MINOR, PATCH, 'pre2'].join(".") end end