Version bump to v2.4.0.beta8

This commit is contained in:
Neil Lalonde 2019-12-05 13:50:33 -05:00
parent f269e45978
commit 2987a46f48

View File

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