release: 3.7.1

This commit is contained in:
Aaron Liu 2023-02-13 19:28:00 +08:00
parent 37cb292530
commit f172220825
3 changed files with 6 additions and 4 deletions

View file

@ -10,6 +10,8 @@ builds:
env:
- CGO_ENABLED=0
binary: cloudreve
ldflags:
- -X 'github.com/cloudreve/Cloudreve/v3/pkg/conf.BackendVersion={{.Tag}}' -X 'github.com/cloudreve/Cloudreve/v3/pkg/conf.LastCommit={{.ShortCommit}}'

2
assets

@ -1 +1 @@
Subproject commit 4815a504a070c8a42c7b2e22a13135632b1eaa80
Subproject commit 9f847f466cc02e84e638898cc7b032a5f6e22df6

View file

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