Version bump to v2.1.0

This commit is contained in:
Neil Lalonde 2018-09-10 19:39:59 -04:00
parent ea7ee8e9f7
commit 8922a91c1c

View File

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