Version bump to v2.8.0

This commit is contained in:
Neil Lalonde 2022-01-27 10:22:23 -05:00
parent 9830b192f3
commit 3a5b75435e
No known key found for this signature in database
GPG Key ID: C5B61735508E55D6

View File

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