lib/rubocop/performance/version.rb in rubocop-performance-1.0.0 vs lib/rubocop/performance/version.rb in rubocop-performance-1.1.0
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module RuboCop
module Performance
module Version
- STRING = '1.0.0'.freeze
+ STRING = '1.1.0'.freeze
end
end
end