lib/rubocop/rspec/version.rb in rubocop-rspec-3.0.4 vs lib/rubocop/rspec/version.rb in rubocop-rspec-3.0.5
- old
+ new
@@ -2,9 +2,9 @@
module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '3.0.4'
+ STRING = '3.0.5'
end
end
end