lib/rubocop/rspec/version.rb in rubocop-rspec-1.34.1 vs lib/rubocop/rspec/version.rb in rubocop-rspec-1.35.0
- old
+ new
@@ -2,9 +2,9 @@
module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '1.34.1'
+ STRING = '1.35.0'
end
end
end