lib/rubocop/rspec_rails/version.rb in rubocop-rspec_rails-2.29.1 vs lib/rubocop/rspec_rails/version.rb in rubocop-rspec_rails-2.30.0
- old
+ new
@@ -2,9 +2,9 @@
module RuboCop
module RSpecRails
# Version information for the RSpec Rails RuboCop plugin.
module Version
- STRING = '2.29.1'
+ STRING = '2.30.0'
end
end
end