lib/ooxml_parser/version.rb in ooxml_parser-0.2.0 vs lib/ooxml_parser/version.rb in ooxml_parser-0.3.0

- old
+ new

@@ -1,6 +1,6 @@ module OoxmlParser # This module holds the RuboCop version information. module Version - STRING = '0.2.0'.freeze + STRING = '0.3.0'.freeze end end