Version bump to v2.7.0.beta5 (#12287)

This commit is contained in:
Neil Lalonde 2021-03-10 13:45:19 -05:00 committed by GitHub
parent e429af8220
commit 5b8941c568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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