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 4a02ebc commit ba78f90
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
Original file line number Original file line Diff line number Diff line change
@@ -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-mocks/compare/v2.6.0.rc4...v2.6.0.rc5) [full changelog](http://github.com/rspec/rspec-mocks/compare/v2.6.0.rc4...v2.6.0.rc6)


No changes this release (releasing to align with rc5 of other rspec gems). No changes this release (releasing to align with rc5 of other rspec gems).


Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/mocks/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
module RSpec # :nodoc: module RSpec # :nodoc:
module Mocks # :nodoc: module Mocks # :nodoc:
module Version # :nodoc: module Version # :nodoc:
STRING = '2.6.0.rc5' STRING = '2.6.0.rc6'
end end
end end
end end

0 comments on commit ba78f90

Please sign in to comment.