Version bump to v0.9.7.2

This commit is contained in:
Neil Lalonde 2013-10-29 10:44:21 -04:00
parent 27ae35d62f
commit 12ef8124cf
1 changed files with 1 additions and 1 deletions

View File

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