Skip to content

Commit

Permalink
Bump version to 0.12.5 and prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Sep 23, 2012
1 parent 35a714e commit f88a780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 0.12.5
* Officially support minitest v3.5.0 (still monkey-patching).

= 0.12.4
* Officially support minitest v3.4.0 & test-unit v2.5.2 (still monkey-patching).

Expand Down
2 changes: 1 addition & 1 deletion lib/mocha/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mocha
VERSION = "0.12.4"
VERSION = "0.12.5"
end

0 comments on commit f88a780

Please sign in to comment.