Skip to content

Commit

Permalink
bump to 2.7.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 9, 2011
1 parent 3e1bbba commit 3934ef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
@@ -1,4 +1,6 @@
### Dev
### 2.7.0.rc1 / 2011-10-09

[full changelog](http://github.com/rspec/rspec-rails/compare/v2.6.1...v2.7.0.rc1)

* Enhancements
* Use `__send__` rather than `send` (alextk)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/mocks/version.rb
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Mocks # :nodoc:
module Version # :nodoc:
STRING = '2.6.0'
STRING = '2.7.0.rc1'
end
end
end

0 comments on commit 3934ef4

Please sign in to comment.