Version bump to v1.4.0.beta11

This commit is contained in:
Neil Lalonde 2015-09-09 11:40:52 -04:00
parent 4f890a439c
commit 5b8917e578

View File

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