Version bump to v2.3.0.beta2

This commit is contained in:
Neil Lalonde 2019-02-07 11:06:17 -05:00
parent 55cc5ab4b8
commit 0e8dbbd8e4

View File

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