Version bump to v2.3.5

This commit is contained in:
Neil Lalonde 2019-10-10 11:44:33 -04:00
parent e4570ffb78
commit 76f6ee501f

View File

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