Version bump to v2.1.6

This commit is contained in:
Neil Lalonde 2019-01-02 15:12:36 -05:00
parent 1590387bd1
commit a632f3e899

View File

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