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