module Bulldog VERSION = [0, 2, 3] class << VERSION include Comparable def to_s join('.') end end end