Version bump to v2.0.4

This commit is contained in:
Neil Lalonde 2018-08-21 11:53:29 -04:00
parent 5778c33ee7
commit 911044f8a0

View File

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