Merge pull request #6 from open-dingtalk/feature/20230728_linya_fixuaspell

feat: 升级UA版本
This commit is contained in:
hzjiangjian 2023-07-28 12:12:26 +08:00 committed by GitHub
commit eeb512ca5f
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/0.1.0",
UserAgent: "dingtalk-sdk-go/v0.2.0",
}
}