Update version number
This commit is contained in:
parent
feb1134a7c
commit
61e6d9b591
2 changed files with 4 additions and 4 deletions
2
assets
2
assets
|
@ -1 +1 @@
|
|||
Subproject commit 157097ced3d6c01eb6979ed98a94c55ef61f855b
|
||||
Subproject commit d882649a86571b920067e9e500bb848332751104
|
|
@ -1,13 +1,13 @@
|
|||
package conf
|
||||
|
||||
// BackendVersion 当前后端版本号
|
||||
var BackendVersion = "3.1.1"
|
||||
var BackendVersion = "3.2.0"
|
||||
|
||||
// RequiredDBVersion 与当前版本匹配的数据库版本
|
||||
var RequiredDBVersion = "3.1.0"
|
||||
var RequiredDBVersion = "3.2.0"
|
||||
|
||||
// RequiredStaticVersion 与当前版本匹配的静态资源版本
|
||||
var RequiredStaticVersion = "3.1.1"
|
||||
var RequiredStaticVersion = "3.2.0"
|
||||
|
||||
// IsPro 是否为Pro版本
|
||||
var IsPro = "false"
|
||||
|
|
Loading…
Add table
Reference in a new issue