Version bump to v2.0.0.beta2

This commit is contained in:
Neil Lalonde 2018-01-31 12:18:35 -05:00
parent 5a372bccd1
commit c598db28e7

View File

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