lib/rubocop/rspec_rails/version.rb in rubocop-rspec_rails-2.28.3 vs lib/rubocop/rspec_rails/version.rb in rubocop-rspec_rails-2.29.0

- old
+ new

@@ -2,9 +2,9 @@ module RuboCop module RSpecRails # Version information for the RSpec Rails RuboCop plugin. module Version - STRING = '2.28.3' + STRING = '2.29.0' end end end