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

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