module Dimension MAJOR = 0 MINOR = 0 PATCH = 5 VERSION = [MAJOR, MINOR, PATCH].join('.') end