Version bump to v0.9.9.15

This commit is contained in:
Neil Lalonde 2014-08-01 10:59:41 -04:00
parent cbe8a7011b
commit 23b237fd14

View file

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