Version bump to v1.9.0

This commit is contained in:
Neil Lalonde 2018-01-03 16:49:31 -05:00
parent f83a39f8ba
commit eaf083f9f0

View File

@ -5,7 +5,7 @@ module Discourse
MAJOR = 1
MINOR = 9
TINY = 0
PRE = 'beta17'
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end