Browse Source
Merge pull request #92 from agin719/tencentyun
update version
tags/v0.7.12
agin719
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
cos.go
|
|
@ -22,7 +22,7 @@ import ( |
|
|
|
|
|
|
|
const ( |
|
|
|
// Version current go sdk version
|
|
|
|
Version = "0.7.11" |
|
|
|
Version = "0.7.12" |
|
|
|
userAgent = "cos-go-sdk-v5/" + Version |
|
|
|
contentTypeXML = "application/xml" |
|
|
|
defaultServiceBaseURL = "http://service.cos.myqcloud.com" |
|
|
|