Version bump to v2.4.0.beta3

This commit is contained in:
Neil Lalonde 2019-09-04 10:48:06 -04:00
parent 5109cef126
commit e90636eadc

View File

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