lib/ooxml_parser/version.rb in ooxml_parser-0.6.0 vs lib/ooxml_parser/version.rb in ooxml_parser-0.7.0
- old
+ new
@@ -1,8 +1,9 @@
# frozen_string_literal: true
module OoxmlParser
# This module holds the RuboCop version information.
module Version
- STRING = '0.6.0'
+ # [String] Version of Gem
+ STRING = '0.7.0'
end
end