diff --git a/features/Changelog.md b/features/Changelog.md index 826d508cdb..cb51716101 100644 --- a/features/Changelog.md +++ b/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) diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index 497318af40..252a8422b6 100644 --- a/lib/rspec/rails/version.rb +++ b/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