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

- old
+ new

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