Version bump to v1.8.11

This commit is contained in:
Neil Lalonde 2017-12-20 18:49:18 -05:00
parent c6f5df4caa
commit c45964bbfd

View File

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