Version bump to v2.3.10

This commit is contained in:
Neil Lalonde 2020-02-13 16:26:48 -05:00
parent 4b56345672
commit 632ef306e2

View File

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