module OboeHeroku module Version MAJOR = 0 MINOR = 8 PATCH = 0 BUILD = 19 STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') end end