Version bump to v1.6.3

This commit is contained in:
Guo Xiang Tan 2016-09-19 08:54:54 +08:00
parent ef440a4381
commit e4c5cb84cd

View File

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