lib/rubocop/performance/version.rb in rubocop-performance-1.6.1 vs lib/rubocop/performance/version.rb in rubocop-performance-1.7.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module RuboCop module Performance module Version - STRING = '1.6.1' + STRING = '1.7.0' end end end