Version bump to v0.9.8.9

This commit is contained in:
Robin Ward 2014-03-04 14:54:52 -05:00
parent 1920f44fdf
commit 88772cce5a

View File

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