Version bump to v0.9.5.2

This commit is contained in:
Neil Lalonde
2013-07-29 18:34:04 -04:00
parent 8ef771ad8d
commit 7661a5fed2

View File

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