release: 3.7.0

This commit is contained in:
Aaron Liu 2023-02-09 19:03:52 +08:00
parent b441d884f6
commit c2d7168c26
2 changed files with 4 additions and 4 deletions

2
assets

@ -1 +1 @@
Subproject commit d4dc124e9986d18096d54ec6f2b4b283de1536cc
Subproject commit 4815a504a070c8a42c7b2e22a13135632b1eaa80

View file

@ -1,13 +1,13 @@
package conf
// BackendVersion 当前后端版本号
var BackendVersion = "3.6.2"
var BackendVersion = "3.7.0"
// RequiredDBVersion 与当前版本匹配的数据库版本
var RequiredDBVersion = "3.6.0"
var RequiredDBVersion = "3.7.0"
// RequiredStaticVersion 与当前版本匹配的静态资源版本
var RequiredStaticVersion = "3.6.2"
var RequiredStaticVersion = "3.7.0"
// IsPro 是否为Pro版本
var IsPro = "false"