2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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

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