Skip to content

Commit

Permalink
release: 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Feb 13, 2023
1 parent 37cb292 commit f172220
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}'

Expand Down
6 changes: 3 additions & 3 deletions pkg/conf/version.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f172220

Please sign in to comment.