Version bump to v2.9.0.beta11 (#18822)

This commit is contained in:
David Taylor 2022-11-01 17:00:05 +00:00 committed by GitHub
parent 07ef1a80a1
commit e3da085e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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