Version bump to v2.0.0.beta1

This commit is contained in:
Neil Lalonde 2018-01-03 16:54:55 -05:00
parent df163cbf61
commit c2c0a81a4f
1 changed files with 3 additions and 3 deletions

View File

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