lib/rubocop/rspec/version.rb in rubocop-rspec-1.5.0 vs lib/rubocop/rspec/version.rb in rubocop-rspec-1.5.1

- old
+ new

@@ -3,9 +3,9 @@ module RuboCop module RSpec # Version information for the RSpec RuboCop plugin. module Version - STRING = '1.5.0'.freeze + STRING = '1.5.1'.freeze end end end