Version bump to v2.8.4 (#17075)

This commit is contained in:
Blake Erickson 2022-06-13 15:04:02 -06:00 committed by GitHub
parent 918c296fe8
commit cf94e52f78
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 = 3
TINY = 4
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')