Skip to content

Commit b0bcc40

Browse files
authoredJul 19, 2021
发布 v7.4.0 支持 分片上传 v2
1 parent f8bb16d commit b0bcc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Qiniu/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
final class Config
55
{
6-
const SDK_VER = '7.3.0';
6+
const SDK_VER = '7.4.0';
77

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

0 commit comments

Comments
 (0)
Please sign in to comment.