Version bump to v1.8.6

This commit is contained in:
Arpit Jalan 2017-09-01 00:34:04 +05:30
parent 70d4c39bcd
commit d4d548a874

View File

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