Version bump to v2.9.0.beta3 (#16256)

This commit is contained in:
Neil Lalonde 2022-03-22 14:46:23 -04:00 committed by GitHub
parent 8e9cbe9db4
commit 9bbddd2cb3
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 = 'beta2'
PRE = 'beta3'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end