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