Revert "Version bump to v2.9.0.beta13 (#19210)" (#19211)

This reverts commit a71f6cf09b.

The github UI had an error I didn't notice which resulted
in a security commit being merged _after_ the bump, now
I have to redo the bump.
This commit is contained in:
Martin Brennan 2022-11-28 10:57:06 +10:00 committed by GitHub
parent 3de765c895
commit 73803cf8f7
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 = 'beta13'
PRE = 'beta12'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end