mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:06:26 +08:00
Version bump to v2.3.0.beta1
This commit is contained in:
parent
6bfd2b6eaf
commit
3388cc092a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user