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