Version bump to v1.4.6

This commit is contained in:
Neil Lalonde 2016-02-22 11:26:15 -05:00
parent 9f56d61305
commit 7376e4000c

View File

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