Version bump to v1.2.0.beta1

This commit is contained in:
Neil Lalonde 2014-11-06 15:50:44 -05:00
parent 1565bd5e67
commit 8959ed9031

View file

@ -3,9 +3,9 @@ module Discourse
unless defined? ::Discourse::VERSION
module VERSION #:nodoc:
MAJOR = 1
MINOR = 1
MINOR = 2
TINY = 0
PRE = 'beta8'
PRE = 'beta1'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end