Version bump to v1.5.0.beta10

This commit is contained in:
Neil Lalonde 2016-02-04 13:44:29 -05:00
parent 71a87bea0c
commit eb593f568f

View file

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