Version bump to v1.9.2

This commit is contained in:
Neil Lalonde 2018-01-23 16:50:09 -05:00
parent 0ee2c2363b
commit 670450bcfc

View File

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