Version bump to v0.9.9.11

This commit is contained in:
Neil Lalonde 2014-07-02 16:43:37 -04:00
parent 337630a216
commit 3cb74577a3

View File

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