Skip to content

Commit

Permalink
release: 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Aug 7, 2023
1 parent 5642dd3 commit ce832bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/conf/version.go
@@ -1,10 +1,10 @@
package conf

// BackendVersion 当前后端版本号
var BackendVersion = "3.8.1"
var BackendVersion = "3.8.2"

// RequiredDBVersion 与当前版本匹配的数据库版本
var RequiredDBVersion = "3.8.0-beta1"
var RequiredDBVersion = "3.8.1"

// RequiredStaticVersion 与当前版本匹配的静态资源版本
var RequiredStaticVersion = "3.8.1"
Expand Down

0 comments on commit ce832bf

Please sign in to comment.