diff --git a/CHANGELOG.md b/CHANGELOG.md index af5ff11..24cecd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.10.2 +## 0.10.2 (December 29, 2014) ### Bug Fix - Fixed an issue that flooded test output with uninitialized string class instance variable `@disable_colorization` diff --git a/lib/spout/version.rb b/lib/spout/version.rb index bff6b5d..8831d80 100644 --- a/lib/spout/version.rb +++ b/lib/spout/version.rb @@ -3,7 +3,7 @@ module VERSION #:nodoc: MAJOR = 0 MINOR = 10 TINY = 2 - BUILD = "pre" # nil, "pre", "rc", "rc2" + BUILD = nil # nil, "pre", "rc", "rc2" STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.') end