Version bump to v2.3.0.beta3

This commit is contained in:
Neil Lalonde 2019-03-01 12:22:14 -05:00
parent aabc3375c6
commit 3d0008165f

View File

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