Version bump to v2.1.4

This commit is contained in:
Neil Lalonde 2018-11-29 11:16:23 -05:00
parent 6b9b73236a
commit e8b51feceb

View File

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