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 当前后端版本号
|
|
var BackendVersion = "3.0.0-beta1"
|
|
|
|
// RequiredDBVersion 与当前版本匹配的数据库版本
|
|
var RequiredDBVersion = "3.0.0-beta1"
|
|
|
|
// IsPro 是否为Pro版本
|
|
var IsPro = "true"
|
|
|
|
// LastCommit 最后commit id
|
|
var LastCommit = ""
|