Version bump to v1.9.4

This commit is contained in:
Neil Lalonde 2018-03-07 15:16:48 -05:00
parent e23b8e7905
commit e24d25ce01

View File

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