Version bump to v0.9.7.8

This commit is contained in:
Neil Lalonde 2013-12-10 17:42:21 -05:00
parent 8fd9776e43
commit 763b36baa6

View file

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