Skip to content

Commit 86f6df5

Browse files
authored
Merge branch 'master' into hbw
2 parents 7ddc8da + f3eaf49 commit 86f6df5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
- [发送短信](https://github.com/qiniu/php-sdk/tree/master/examples/sms/sms_send_message.php)
4343

4444
- 查询发送记录
45-
- [发送短信](https://github.com/qiniu/php-sdk/tree/master/examples/sms/sms_query_send_sms.php)
45+
- [查询发送记录](https://github.com/qiniu/php-sdk/tree/master/examples/sms/sms_query_send_sms.php)

src/Qiniu/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

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

0 commit comments

Comments
 (0)