Version bump to v2.8.0.beta10 (#15382)

This commit is contained in:
Neil Lalonde
2021-12-21 13:23:49 -05:00
committed by GitHub
parent 5a0e878a8a
commit 07c010422b

View File

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