Version bump to v2.9.0.beta6 (#17283)

Needed for https://meta.discourse.org/t/unable-to-find-discourse-version-2-9-0-beta6/231511
This commit is contained in:
Natalie Tay 2022-06-30 17:25:44 +08:00 committed by GitHub
parent c86c709998
commit 02e148cbde
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 = 9
TINY = 0
PRE = 'beta5'
PRE = 'beta6'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end