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