# frozen_string_literal: true module OoxmlParser # This module holds the RuboCop version information. module Version STRING = '0.6.0' end end