Version bump to v2.6.0.beta5 (#11084)

This commit is contained in:
Neil Lalonde
2020-10-30 12:20:12 -04:00
committed by GitHub
parent 84a1f15791
commit 7c95b7ceb5

View File

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