Version bump to v2.6.0

This commit is contained in:
Neil Lalonde 2020-11-30 16:48:47 -05:00
parent a502a47197
commit d6121249d3
No known key found for this signature in database
GPG Key ID: FF871CA9037D0A91

View File

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