diff --git a/RELEASE.md b/RELEASE.md index 53fb7e9a..ad2ff7d5 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 7e4d7658..3e7e936e 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