Version bump to v2.8.2

This commit is contained in:
Neil Lalonde 2022-03-22 14:51:41 -04:00
parent 79da89fd06
commit 74ce2fe2e7
No known key found for this signature in database
GPG Key ID: C5B61735508E55D6

View File

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