Version bump to v3.0.0.beta16 (#19751)

This commit is contained in:
Alan Guo Xiang Tan 2023-01-05 09:45:40 +08:00 committed by GitHub
parent e58277adf3
commit 6543dec7cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ module Discourse
MAJOR = 3
MINOR = 0
TINY = 0
PRE = 'beta15'
PRE = 'beta16'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end