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