Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
oops, needs to be nil, not a blank string
Browse files Browse the repository at this point in the history
  • Loading branch information
bborn committed Dec 7, 2012
1 parent d06906a commit 0b4718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/community_engine/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Version
MAJOR = 2
MINOR = 0
PATCH = 0
BUILD = ''
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
end
Expand Down

0 comments on commit 0b4718d

Please sign in to comment.