Version bump to v2.7.0.beta7 (#12696)

This commit is contained in:
Neil Lalonde 2021-04-14 10:54:08 -04:00 committed by GitHub
parent 9430185493
commit 07ca35670a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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