You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package conf
|
|
|
|
// BackendVersion 当前后端版本号
|
|
const BackendVersion = string("3.0.0-beta1")
|
|
|
|
// RequiredDBVersion 与当前版本匹配的数据库版本
|
|
const RequiredDBVersion = string("3.0.0-beta1")
|