Version bump to v0.9.7.1

This commit is contained in:
Neil Lalonde 2013-10-17 16:40:54 -04:00
parent 3408fc395d
commit aaa2d81900

View file

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