Version bump to v0.9.9.6

This commit is contained in:
Neil Lalonde 2014-05-30 16:00:53 -04:00
parent 8ab0d6ff51
commit acc65ecc15

View File

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