Version bump to v2.9.0.beta13 (#19212)

This commit is contained in:
Martin Brennan 2022-11-28 10:58:43 +10:00 committed by GitHub
parent 73803cf8f7
commit f8d1b794cd
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 = 'beta12'
PRE = 'beta13'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end