Version bump to v2.3.3

This commit is contained in:
Neil Lalonde 2019-09-04 10:44:22 -04:00
parent 52fdc1468d
commit 046b6300d1

View File

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