Version bump to v2.4.0.beta6

This commit is contained in:
Neil Lalonde 2019-10-10 11:46:28 -04:00
parent 3007c93205
commit 09021c35a3

View File

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