lib/ooxml_parser/version.rb in ooxml_parser-0.4.1 vs lib/ooxml_parser/version.rb in ooxml_parser-0.5.0
- old
+ new
@@ -1,6 +1,8 @@
+# frozen_string_literal: true
+
module OoxmlParser
# This module holds the RuboCop version information.
module Version
- STRING = '0.4.1'.freeze
+ STRING = '0.5.0'
end
end