Version bump to v2.3.0.beta10

This commit is contained in:
Neil Lalonde 2019-05-30 13:45:10 -04:00
parent 7a9e85b1d7
commit b4d1416076
1 changed files with 1 additions and 1 deletions

View File

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