Version bump to v2.8.0.beta5 (#14210)

This commit is contained in:
Neil Lalonde 2021-09-01 13:29:36 -04:00 committed by GitHub
parent 4f3a7c6f07
commit c6f1818b85
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 = 'beta4'
PRE = 'beta5'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end