drop the last 0

This commit is contained in:
Neil Lalonde 2013-06-14 17:53:59 -04:00
parent 247ef08799
commit 29a1329378

View File

@ -5,7 +5,7 @@ module Discourse
MAJOR = 0 MAJOR = 0
MINOR = 9 MINOR = 9
TINY = 3 TINY = 3
PRE = 0 PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end end