update version number

This commit is contained in:
HFO4
2022-04-29 20:15:20 +08:00
parent 3b16d7d77c
commit a31ac2299a
3 changed files with 19 additions and 20 deletions

View File

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