Version bump to v0.9.7.6

This commit is contained in:
Neil Lalonde 2013-12-04 16:55:30 -05:00
parent 50bc23c2be
commit 0e44b90c7b

View file

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