Version bump to v0.9.8.7

This commit is contained in:
Neil Lalonde 2014-02-27 18:59:18 -05:00
parent 3ddd71ffd1
commit f6197c2eec

View File

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