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
1 changed files with 1 additions and 1 deletions

View File

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