Version bump to v1.4.0.beta9

This commit is contained in:
Neil Lalonde 2015-08-13 10:41:03 -04:00
parent 8ea765f50a
commit 766903c430

View file

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