Browse Source
Merge pull request #95 from agin719/cos-v4-dev
update version
tags/v0.7.14
v0.7.14
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 ( |
|
|
const ( |
|
|
// Version current go sdk version
|
|
|
// Version current go sdk version
|
|
|
Version = "0.7.13" |
|
|
|
|
|
|
|
|
Version = "0.7.14" |
|
|
userAgent = "cos-go-sdk-v5/" + Version |
|
|
userAgent = "cos-go-sdk-v5/" + Version |
|
|
contentTypeXML = "application/xml" |
|
|
contentTypeXML = "application/xml" |
|
|
defaultServiceBaseURL = "http://service.cos.myqcloud.com" |
|
|
defaultServiceBaseURL = "http://service.cos.myqcloud.com" |
|
|