Version bump to v2.9.0.beta4 (#16477)

This commit is contained in:
Penar Musaraj 2022-04-14 10:10:23 -04:00 committed by GitHub
parent 8f786268be
commit 7c27c839de
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 = 'beta3'
PRE = 'beta4'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end