Version bump to v2.3.2

This commit is contained in:
Neil Lalonde 2019-07-15 10:00:45 -04:00
parent 3663ef6394
commit af192ff9d5

View File

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