We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f0761 commit 4b53b16Copy full SHA for 4b53b16
src/Qiniu/Config.php
@@ -5,7 +5,7 @@
5
6
final class Config
7
{
8
- const SDK_VER = '7.0.8';
+ const SDK_VER = '7.1.0';
9
10
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
11
0 commit comments