Version bump to v2.2.0

This commit is contained in:
Neil Lalonde 2019-01-31 17:41:36 -05:00
parent 87f89e92a8
commit bbb4b6ccef

View File

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