Version bump to v2.2.0.beta6

This commit is contained in:
Neil Lalonde 2018-12-14 12:21:55 -05:00
parent 1960236822
commit 4ddaceda1a

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