Version bump to v1.5.2

This commit is contained in:
Neil Lalonde 2016-05-19 12:23:46 -04:00
parent 416e78796b
commit 77d9467818

View File

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