Skip to content

Commit db7489f

Browse files
committed
Update version number
1 parent 622b928 commit db7489f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: assets

Diff for: pkg/conf/version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package conf
22

33
// BackendVersion 当前后端版本号
4-
var BackendVersion = "3.3.1"
4+
var BackendVersion = "3.3.2"
55

66
// RequiredDBVersion 与当前版本匹配的数据库版本
7-
var RequiredDBVersion = "3.3.1"
7+
var RequiredDBVersion = "3.3.2"
88

99
// RequiredStaticVersion 与当前版本匹配的静态资源版本
10-
var RequiredStaticVersion = "3.3.1"
10+
var RequiredStaticVersion = "3.3.2"
1111

1212
// IsPro 是否为Pro版本
1313
var IsPro = "false"

0 commit comments

Comments
 (0)