Version bump to v0.9.8.2

This commit is contained in:
Neil Lalonde 2014-01-16 16:54:07 -05:00
parent 09ed7fe283
commit 64431c3605

View File

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