Version bump to v2.4.0.beta1

This commit is contained in:
Neil Lalonde 2019-06-17 20:49:28 -04:00
parent 893b50031d
commit b2af1101d9
1 changed files with 2 additions and 2 deletions

View File

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