Skip to content

Commit

Permalink
Version 0.10.2 finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Dec 29, 2014
1 parent fb15d47 commit 668b491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion lib/spout/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 668b491

Please sign in to comment.