Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Nov 30, 2021
1 parent 84d81f2 commit 6b15cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.4.1"
var BackendVersion = "3.4.2"

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

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

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

0 comments on commit 6b15cae

Please sign in to comment.