module Barista module Version MAJOR = 0 MINOR = 5 PATCH = 1 STRING = [MAJOR, MINOR, PATCH].join(".") end end