Version bump to v2.3.0.beta11

This commit is contained in:
Neil Lalonde 2019-06-10 13:09:47 -04:00
parent 8b31b812f8
commit 62345a7f8d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module Discourse
MAJOR = 2
MINOR = 3
TINY = 0
PRE = 'beta10'
PRE = 'beta11'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end