Version bump to v2.7.0.beta9 (#13006)

This commit is contained in:
Neil Lalonde 2021-05-10 11:29:47 -04:00 committed by GitHub
parent 49de5dadf7
commit 02f0acc41b
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 = 'beta8'
PRE = 'beta9'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end