Version bump to v2.8.13 (#19244)

This commit is contained in:
Daniel Waterworth 2022-11-29 11:12:55 -06:00 committed by GitHub
parent fdc4984ade
commit 1fbcf57767
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 = 12
TINY = 13
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')