Version bump to v0.9.6.2

This commit is contained in:
Neil Lalonde 2013-08-30 13:41:43 -04:00
parent 46efbac40e
commit d875a9549d
1 changed files with 1 additions and 1 deletions

View File

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