lib/rubocop/performance/version.rb in rubocop-performance-1.5.0 vs lib/rubocop/performance/version.rb in rubocop-performance-1.5.1

- old
+ new

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