Version bump to v1.5.4

This commit is contained in:
Neil Lalonde 2016-07-26 11:47:38 -04:00
parent cd5842d38b
commit c8081af728

View File

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