feat: 更新版本号

This commit is contained in:
金喜@DingTalk 2024-02-06 10:38:42 +08:00 committed by GitHub
parent dbcdd6fce7
commit 11b9f5be32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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