mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 23:49:34 +08:00
Version bump to v2.3.0.beta1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user