Skip to content

Commit c6b646e

Browse files
author
justinlguo
committed
update log version
1 parent ad79916 commit c6b646e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.6.13 to 2.6.14
4+
---------
5+
修复部分问题
36
2.6.12 to 2.6.13
47
---------
58
修复部分问题

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
* @see \Qcloud\Cos\Service::getService()
281281
*/
282282
class Client extends GuzzleClient {
283-
const VERSION = '2.6.13';
283+
const VERSION = '2.6.14';
284284

285285
public $httpClient;
286286

0 commit comments

Comments
 (0)