# File lib/compass/version.rb, line 29
    def read_version_file
      require 'yaml'
      @version = YAML::load(File.read(scope('VERSION.yml')))
      @version[:string] = "#{@version[:major]}.#{@version[:minor]}.#{@version[:patch]}"
      @version[:teeny] = @version[:patch]
    end