Version bump to v2.0.0

This commit is contained in:
Neil Lalonde 2018-05-31 18:24:41 -04:00
parent 0aa8d75be1
commit 894d287a7f

View File

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