Version bump to v2.4.0.beta9

This commit is contained in:
Neil Lalonde 2019-12-19 14:07:24 -05:00
parent 036a24cf30
commit ef5d9a6cb5

View File

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