Version bump to v1.7.3

This commit is contained in:
Neil Lalonde 2017-02-13 16:45:01 -05:00
parent 47b9eb6dbb
commit a86807b39b

View File

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