Version bump to v2.9.0.beta2 (#15932)

This commit is contained in:
Krzysztof Kotlarek 2022-02-14 16:23:19 +11:00 committed by GitHub
parent 88a8584348
commit fbf0345512
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 = 'beta1'
PRE = 'beta2'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end