Version bump to v0.9.9.7

This commit is contained in:
Neil Lalonde 2014-06-10 10:49:22 -04:00
parent a8c1babbfe
commit c88bff5e0c

View File

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