Version bump to v2.3.7

This commit is contained in:
Neil Lalonde 2019-12-05 13:11:05 -05:00
parent 5cb00d5528
commit 5b17584adb

View File

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