Version bump to v2.8.10 (#18824)

This commit is contained in:
David Taylor 2022-11-01 17:12:07 +00:00 committed by GitHub
parent 7e4e8c8ad2
commit ce28fd2e1d
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 = 9
TINY = 10
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')