Version bump to v0.9.7

This commit is contained in:
Neil Lalonde 2013-10-11 15:25:55 -04:00
parent 3c2c6ab24b
commit 380d8c028f

View File

@ -4,8 +4,8 @@ module Discourse
module VERSION #:nodoc:
MAJOR = 0
MINOR = 9
TINY = 6
PRE = 4
TINY = 7
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end