Skip to content

Commit

Permalink
prep for rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 6, 2011
1 parent ad77a8d commit ac2ac25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions features/Changelog.md
@@ -1,6 +1,6 @@
### 2.6.0.rc5 / 2011-05-06
### 2.6.0.rc6 / 2011-05-06

[full changelog](http://github.com/rspec/rspec-rails/compare/v2.6.0.rc4...v2.6.0.rc5)
[full changelog](http://github.com/rspec/rspec-rails/compare/v2.6.0.rc4...v2.6.0.rc6)

* Bug fixes
* Fix load order issue w/ Capybara (oleg dashevskii)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Rails # :nodoc:
module Version # :nodoc:
STRING = '2.6.0.rc5'
STRING = '2.6.0.rc6'
end
end
end

0 comments on commit ac2ac25

Please sign in to comment.