module Bmg module Version MAJOR = 0 MINOR = 20 TINY = 0 end VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}" end