lib/rspec/expectations/version.rb in rspec-expectations-2.3.0 vs lib/rspec/expectations/version.rb in rspec-expectations-2.4.0

- old
+ new

@@ -1,7 +1,7 @@ module RSpec # :nodoc: module Expectations # :nodoc: module Version # :nodoc: - STRING = '2.3.0' + STRING = '2.4.0' end end end