Version bump to v0.9.6.3

This commit is contained in:
Neil Lalonde 2013-09-05 18:42:53 -04:00
parent cbe38075ac
commit e7cf0a454c

View File

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