module Rake module Version # :nodoc: all NUMBERS = [ MAJOR = 0, MINOR = 9, BUILD = 3, ] end VERSION = Version::NUMBERS.join('.') end