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

- old
+ new

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