Version bump to v2.2.4

This commit is contained in:
Neil Lalonde 2019-03-28 11:03:05 -04:00
parent e073593c86
commit 63dbac786f

View File

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