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