Version bump to v1.7.9

This commit is contained in:
Neil Lalonde 2017-05-15 11:45:43 -04:00
parent d764f76dff
commit 7f9c2f75b4

View File

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