Version bump to v1.6.5

This commit is contained in:
Neil Lalonde 2016-11-02 13:46:41 -04:00
parent 2bce183581
commit 1d76d255d5

View File

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