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