2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

View file

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