Version bump to v3.0.0.beta15 (#19685)

This commit is contained in:
Alan Guo Xiang Tan 2023-01-03 14:29:26 +08:00 committed by GitHub
parent b57f9c73a4
commit f04e454628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ module Discourse
# work around reloader
unless defined? ::Discourse::VERSION
module VERSION #:nodoc:
MAJOR = 2
MINOR = 9
MAJOR = 3
MINOR = 0
TINY = 0
PRE = 'beta14'
PRE = 'beta15'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end