Version bump to v0.9.9

This commit is contained in:
Neil Lalonde 2014-03-27 16:14:24 -04:00
parent 95e6419fd8
commit bc5896e7a4

View File

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