Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Mar 17, 2021
1 parent 4047695 commit 8431906
Showing 1 changed file with 3 additions and 3 deletions.
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.2.1"
var BackendVersion = "3.3.0"

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

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

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

0 comments on commit 8431906

Please sign in to comment.