update(version): 3.6.0-beta1
This commit is contained in:
parent
92cbc9f312
commit
4519dc025b
2 changed files with 4 additions and 4 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit e432a81328c577a22698924f9703a6c684eb66d0
|
||||
Subproject commit 00d3552a762a87df53687f069e0b5856a5cff39d
|
|
@ -1,13 +1,13 @@
|
|||
package conf
|
||||
|
||||
// BackendVersion 当前后端版本号
|
||||
var BackendVersion = "3.5.3"
|
||||
var BackendVersion = "3.6.0-beta1"
|
||||
|
||||
// RequiredDBVersion 与当前版本匹配的数据库版本
|
||||
var RequiredDBVersion = "3.5.2"
|
||||
var RequiredDBVersion = "3.6.0-beta1"
|
||||
|
||||
// RequiredStaticVersion 与当前版本匹配的静态资源版本
|
||||
var RequiredStaticVersion = "3.5.3"
|
||||
var RequiredStaticVersion = "3.6.0-beta1"
|
||||
|
||||
// IsPro 是否为Pro版本
|
||||
var IsPro = "false"
|
||||
|
|
Loading…
Add table
Reference in a new issue