# File lib/compass/version.rb, line 9
    def version
      if defined?(@version)
        @version
      else
        read_version
      end
    end