lib/rubocop/rspec/version.rb in rubocop-rspec-0.18.0 vs lib/rubocop/rspec/version.rb in rubocop-rspec-0.18.1

- old
+ new

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