Version bump to v1.6.9

This commit is contained in:
Neil Lalonde 2016-12-14 14:56:40 -05:00
parent edeabc81a9
commit 8a461e6283

View File

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