Skip to content

Commit

Permalink
bump to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky authored and justinko committed Oct 20, 2011
1 parent 572bfc3 commit 52d358a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
@@ -1,9 +1,9 @@
### dev
### 2.7.1 / 2011-10-20

[full changelog](http://github.com/rspec/rspec-core/compare/v2.7.0...master)

* Bug fixes
* tell autotest the correct place to find the rspec command (David Chelimsky)
* tell autotest the correct place to find the rspec executable

### 2.7.0 / 2011-10-16

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/core/version.rb
@@ -1,7 +1,7 @@
module RSpec
module Core
module Version
STRING = '2.7.0'
STRING = '2.7.1'
end
end
end

0 comments on commit 52d358a

Please sign in to comment.