Version bump to v1.5.0.beta9

This commit is contained in:
Neil Lalonde 2016-01-25 13:40:56 -05:00
parent b91522c450
commit 0a95fee68f

View file

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