Version bump to v0.9.7.7

This commit is contained in:
Neil Lalonde 2013-12-10 16:15:14 -05:00
parent 6853f37bee
commit 557f6ff499

View file

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