Version bump to v1.6.8

This commit is contained in:
Neil Lalonde 2016-11-28 16:05:54 -05:00
parent f71c9758a9
commit af0fbb693e

View File

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