Version bump to v1.7.6

This commit is contained in:
Guo Xiang Tan 2017-03-23 10:43:43 +08:00
parent db41af1c3c
commit e6f06f020d

View File

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