Version bump to v0.9.9.14

This commit is contained in:
Neil Lalonde 2014-07-25 13:30:38 -04:00
parent e060c37039
commit 872296b1c2

View file

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