Version bump to v0.9.8

This commit is contained in:
Neil Lalonde 2014-01-09 17:02:30 -05:00
parent 7cbcd72ea4
commit 303d7a619a
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ module Discourse
module VERSION #:nodoc:
MAJOR = 0
MINOR = 9
TINY = 7
PRE = 9
TINY = 8
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end