Version bump to v0.9.9.17

This commit is contained in:
Neil Lalonde 2014-08-15 17:27:45 -04:00
parent aa41548e8e
commit bf5563e2fc

View File

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