Version bump to v1.5.0.beta6

This commit is contained in:
Neil Lalonde 2015-11-25 17:19:12 -05:00
parent 8a4c91f3ef
commit 2561b5f304

View File

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