Version bump to v2.8.5 (#17187)

This commit is contained in:
Penar Musaraj 2022-06-21 19:05:00 +00:00 committed by GitHub
parent 7616e9b540
commit 61cf791929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ module Discourse
module VERSION #:nodoc:
MAJOR = 2
MINOR = 8
TINY = 4
TINY = 5
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')