Version bump to v2.2.0.beta10

This commit is contained in:
Neil Lalonde 2019-01-28 11:15:20 -05:00
parent fb5c94246c
commit da4fc2e8a1
1 changed files with 1 additions and 1 deletions

View File

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