Version bump to v1.4.0.beta8

This commit is contained in:
Neil Lalonde 2015-08-06 15:32:51 -04:00
parent cdd3d136c1
commit 75ee523a83

View file

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