Version bump to v2.3.0.beta10 (#18425)

This commit is contained in:
Jarek Radosz 2022-09-29 20:23:19 +02:00 committed by GitHub
parent b27d5626d2
commit b92185a2d4
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 = 'beta9'
PRE = 'beta10'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end