lib/rspec/expectations/version.rb in rspec-expectations-2.0.0.rc vs lib/rspec/expectations/version.rb in rspec-expectations-2.0.0
- old
+ new
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Expectations # :nodoc:
module Version # :nodoc:
- STRING = '2.0.0.rc'
+ STRING = '2.0.0'
end
end
end