Version bump to v2.7.0.beta8 (#12894)

This commit is contained in:
Neil Lalonde 2021-04-29 13:37:14 -04:00 committed by GitHub
parent e2154b3d59
commit a7261a1f68
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 = 7
TINY = 0
PRE = 'beta7'
PRE = 'beta8'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end