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