Skip to content

Commit 11b9f5b

Browse files
authored
feat: 更新版本号
1 parent dbcdd6f commit 11b9f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ type UserAgentConfig struct {
4141

4242
func NewDingtalkGoSDKUserAgent() *UserAgentConfig {
4343
return &UserAgentConfig{
44-
UserAgent: "dingtalk-sdk-go/v0.6.2",
44+
UserAgent: "dingtalk-sdk-go/v0.8.0",
4545
}
4646
}
4747

0 commit comments

Comments
 (0)