Revert "Version bump to v2.8.14 (#19755)"

This reverts commit 8665f06f63.
This commit is contained in:
Alan Guo Xiang Tan 2023-01-05 10:35:18 +08:00
parent 8665f06f63
commit 2bb31f1ce6

View File

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