Version bump to v1.4.1

This commit is contained in:
Neil Lalonde 2015-10-02 11:06:58 -04:00
parent fe786dfc64
commit 04bd7d182f

View File

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