Version bump to v2.8.12 (#19214)

This commit is contained in:
Martin Brennan 2022-11-28 11:14:35 +10:00 committed by GitHub
parent 131c5cff25
commit 15823d4a50
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 = 11
TINY = 12
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')