Version bump to v1.5.0.beta4

This commit is contained in:
Neil Lalonde 2015-11-04 13:26:43 -05:00
parent a800ff1985
commit c1db9da45b

View file

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