Version bump to v2.3.9

This commit is contained in:
Neil Lalonde 2020-01-21 15:46:33 -05:00
parent 733143cba3
commit 9298132c73

View File

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