Version bump to v2.1.0.beta6

This commit is contained in:
Neil Lalonde 2018-08-30 10:53:20 -04:00
parent 2dfb097dd9
commit 415201e1b4

View File

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