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
parent
commit
b44176ed7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cos.go

2
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"

Loading…
Cancel
Save