Version bump to v2.9.0.beta5 (#17077)

This commit is contained in:
Blake Erickson 2022-06-13 15:27:06 -06:00 committed by GitHub
parent ae6a907943
commit f313276966
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 = 'beta4'
PRE = 'beta5'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end