Version bump to v2.4.0.beta10

This commit is contained in:
Neil Lalonde 2020-01-21 17:05:30 -05:00
parent 96b64df4d4
commit cca654fc1a

View File

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