feat: 升级版本号到0.4.0

This commit is contained in:
金喜@DingTalk 2023-08-09 17:23:36 +08:00 committed by GitHub
parent ed87ab872a
commit 68320d59e4
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.3.0",
UserAgent: "dingtalk-sdk-go/v0.4.0",
}
}