Version bump to v2.8.0.beta9 (#15152)

This commit is contained in:
Neil Lalonde 2021-12-01 11:40:49 -05:00 committed by GitHub
parent 1fa7a87f86
commit c4d3b6556d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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