Skip to content

Commit d83cf37

Browse files
committed
fix laravel dependency bug
1 parent fd2c375 commit d83cf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qcloud/Cos/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
* @method object GetDetectDocumentResult (array $arg)
108108
*/
109109
class Client extends GuzzleClient {
110-
const VERSION = '2.3.2';
110+
const VERSION = '2.3.3';
111111

112112
public $httpClient;
113113

0 commit comments

Comments
 (0)