Version bump to v2.8.0.beta6 (#14228)

v2.8.0.beta5 can cause segfaults due to the oj gem v3.13.3.
This commit is contained in:
Neil Lalonde 2021-09-02 14:25:33 -04:00 committed by GitHub
parent d00bd626d8
commit f0d2b0f2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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