Version bump to v2.9.0.beta12 (#19006)

This commit is contained in:
Martin Brennan 2022-11-14 13:07:16 +10:00 committed by GitHub
parent a414520742
commit 4306522a4e
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 = 'beta11'
PRE = 'beta12'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end