Update config.go

This commit is contained in:
金喜@DingTalk 2023-09-14 14:26:37 +08:00 committed by GitHub
parent 89cc2a6e5b
commit 61a64cc101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ type UserAgentConfig struct {
func NewDingtalkGoSDKUserAgent() *UserAgentConfig {
return &UserAgentConfig{
UserAgent: "dingtalk-sdk-go/v0.4.0",
UserAgent: "dingtalk-sdk-go/v0.5.1",
}
}