Update config.go
This commit is contained in:
parent
89cc2a6e5b
commit
61a64cc101
|
|
@ -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",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue