Version bump to v2.8.1

This commit is contained in:
Krzysztof Kotlarek 2022-02-14 17:17:31 +11:00
parent 76195216ff
commit cb9678ed34

View File

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