lib/ooxml_parser/version.rb in ooxml_parser-0.1.2 vs lib/ooxml_parser/version.rb in ooxml_parser-0.2.0
- old
+ new
@@ -1,6 +1,6 @@
module OoxmlParser
# This module holds the RuboCop version information.
module Version
- STRING = '0.1.2'.freeze
+ STRING = '0.2.0'.freeze
end
end