Version bump to v1.4.0

This commit is contained in:
Neil Lalonde 2015-09-22 15:08:51 -04:00
parent 65e159b073
commit 8be92d4de9

View File

@ -5,7 +5,7 @@ module Discourse
MAJOR = 1
MINOR = 4
TINY = 0
PRE = 'beta12'
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end