Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Jul 11, 2021
1 parent 622b928 commit db7489f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets
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.3.1"
var BackendVersion = "3.3.2"

// RequiredDBVersion 与当前版本匹配的数据库版本
var RequiredDBVersion = "3.3.1"
var RequiredDBVersion = "3.3.2"

// RequiredStaticVersion 与当前版本匹配的静态资源版本
var RequiredStaticVersion = "3.3.1"
var RequiredStaticVersion = "3.3.2"

// IsPro 是否为Pro版本
var IsPro = "false"
Expand Down

0 comments on commit db7489f

Please sign in to comment.