# frozen_string_literal: true module OoxmlParser # This module holds the RuboCop version information. module Version # [String] Version of Gem STRING = '0.8.1' end end