Version bump to 2.8.8

This commit is contained in:
Loïc Guitaut 2022-08-10 11:59:24 +02:00 committed by Loïc Guitaut
parent 4fcffd3fae
commit 13517cde7e

View File

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