Version bump to v0.9.8.10

This commit is contained in:
Neil Lalonde 2014-03-13 15:20:08 -04:00
parent 9f8477d0c1
commit 87f054366c

View File

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