Version bump to v2.5.0.beta1

This commit is contained in:
Neil Lalonde 2020-02-26 16:56:11 -05:00
parent 87b2871074
commit 9f528f0ec2
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 = 4
MINOR = 5
TINY = 0
PRE = 'beta11'
PRE = 'beta1'
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end