Skip to content

Commit 326c9b3

Browse files
committed
update version [ci skip]
1 parent 292f15b commit 326c9b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Qiniu/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
final class Config
55
{
6-
const SDK_VER = '7.0.3';
6+
const SDK_VER = '7.0.4';
77

8-
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,暂不支持修改
8+
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
99

1010
const IO_HOST = 'http://iovip.qbox.me'; // 七牛源站Host
1111
const RS_HOST = 'http://rs.qbox.me'; // 文件元信息管理操作Host

0 commit comments

Comments
 (0)