Skip to content

Commit 88409cc

Browse files
committed
release: 3.8.3
1 parent cd6eee0 commit 88409cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: pkg/conf/version.go

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

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

66
// RequiredDBVersion 与当前版本匹配的数据库版本
77
var RequiredDBVersion = "3.8.1"
88

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

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

0 commit comments

Comments
 (0)