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