Version bump to v1.6.0.beta6

This commit is contained in:
Neil Lalonde 2016-05-26 11:51:48 -04:00
parent 7050042088
commit 113ce00e6a

View file

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