Version bump to v1.9.3

This commit is contained in:
Neil Lalonde 2018-02-15 17:46:48 -05:00
parent 7174b100f9
commit a745aa4a3e

View File

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