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

- old
+ new

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