Version bump to v1.6.4

This commit is contained in:
Guo Xiang Tan 2016-09-23 14:48:07 +08:00
parent 5b3cbd3c9d
commit 46732957bc

View File

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