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