Version bump to v2.7.0.beta4

This commit is contained in:
Neil Lalonde 2021-02-18 12:55:57 -05:00
parent 7aae498e3e
commit 180249112f
1 changed files with 1 additions and 1 deletions

View File

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