Version bump to v2.5.0.beta5

This commit is contained in:
Neil Lalonde
2020-05-26 11:13:05 -04:00
parent 675e9b81c6
commit 788b8becde

View File

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