Version bump to v1.1.0.beta2

This commit is contained in:
Neil Lalonde 2014-09-10 12:34:12 -04:00
parent 638cd6e7c9
commit 4b46bf5438

View File

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