Version bump to v2.3.0.beta1

This commit is contained in:
Neil Lalonde 2019-01-31 17:49:43 -05:00
parent 6bfd2b6eaf
commit 3388cc092a
1 changed files with 2 additions and 2 deletions

View File

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