Version bump to v2.3.0.beta6

This commit is contained in:
Neil Lalonde 2019-03-28 11:05:39 -04:00
parent 4a7e83d880
commit 6e2e095b53

View File

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