We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bc2de commit 78b5634Copy full SHA for 78b5634
goecs.go
@@ -28,7 +28,7 @@ import (
28
)
29
30
var (
31
- ecsVersion = "v0.1.98" // 融合怪版本号
+ ecsVersion = "v0.1.99" // 融合怪版本号
32
configs = params.NewConfig(ecsVersion) // 全局配置实例
33
userSetFlags = make(map[string]bool) // 用于跟踪哪些参数是用户显式设置的
34
0 commit comments