lib/ooxml_parser/version.rb in ooxml_parser-0.5.1 vs lib/ooxml_parser/version.rb in ooxml_parser-0.6.0

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true module OoxmlParser # This module holds the RuboCop version information. module Version - STRING = '0.5.1' + STRING = '0.6.0' end end