lib/rubocop/version.rb in rbhint-0.8.5.rc1 vs lib/rubocop/version.rb in rbhint-0.85.1.rc1

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module RuboCop # This module holds the RuboCop version information. module Version - STRING = '0.85.0' + STRING = '0.85.1' MSG = '%<version>s (using Parser %<parser_version>s, '\ 'rubocop-ast %<rubocop_ast_version>s, ' \ 'running on %<ruby_engine>s %<ruby_version>s %<ruby_platform>s)'