Version bump to v2.9.0.beta1 (#15732)

This commit is contained in:
Neil Lalonde 2022-01-27 10:53:21 -05:00 committed by GitHub
parent 332266cbee
commit 2fc8e923b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ module Discourse
unless defined? ::Discourse::VERSION
module VERSION #:nodoc:
MAJOR = 2
MINOR = 8
MINOR = 9
TINY = 0
PRE = 'beta11'
PRE = 'beta1'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end