Version bump to v2.0.0.beta6

This commit is contained in:
Neil Lalonde 2018-04-13 10:47:01 -04:00
parent a631c8f09d
commit e8d35653ae

View File

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