Version bump to v2.7.0

This commit is contained in:
Neil Lalonde 2021-05-18 14:28:06 -04:00
parent 2c399a84fe
commit ccf207f12e
No known key found for this signature in database
GPG Key ID: FF871CA9037D0A91

View File

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