Version bump to v1.1.0.beta5

This commit is contained in:
Neil Lalonde 2014-10-08 16:49:28 -04:00
parent 7238525b95
commit 5f0552700a

View File

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