Version bump to v1.7.8

This commit is contained in:
Neil Lalonde 2017-04-10 14:25:07 -04:00
parent f09ca88c47
commit d143cde643

View File

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