lib/rubocop/rspec/version.rb in rubocop-rspec-2.13.2 vs lib/rubocop/rspec/version.rb in rubocop-rspec-2.14.0

- old
+ new

@@ -2,9 +2,9 @@ module RuboCop module RSpec # Version information for the RSpec RuboCop plugin. module Version - STRING = '2.13.2' + STRING = '2.14.0' end end end