module Oboe module Version MAJOR = 2 MINOR = 2 PATCH = 6 BUILD = nil STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end end