mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 14:57:56 +08:00
Version bump to v2.4.0.beta1
This commit is contained in:
parent
893b50031d
commit
b2af1101d9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user