diff --git a/RELEASE.md b/RELEASE.md index 53fb7e9a3..ad2ff7d5c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,11 @@ # Release Notes +## 2.0.4 + +### Internal changes + +* Update `README.md` + ## 2.0.3 ### External changes diff --git a/lib/mocha/version.rb b/lib/mocha/version.rb index 7e4d76589..3e7e936ee 100644 --- a/lib/mocha/version.rb +++ b/lib/mocha/version.rb @@ -1,3 +1,3 @@ module Mocha - VERSION = '2.0.3'.freeze + VERSION = '2.0.4'.freeze end