Version bump to v2.0.0.beta4

This commit is contained in:
Neil Lalonde 2018-03-07 15:18:26 -05:00
parent 0c8df32903
commit a8f825d6a9
1 changed files with 1 additions and 1 deletions

View File

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