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

This commit is contained in:
Martin Brennan
2022-11-28 10:44:25 +10:00
committed by GitHub
parent c6ee28ec75
commit a71f6cf09b

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