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