Skip to content

Commit e5605b2

Browse files
committed
prepare to publish 7.2.4
1 parent cd02fa6 commit e5605b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 7.2.4 (2018-05-09)
4+
### 增加
5+
* 连麦功能
6+
37
## 7.2.3 (2018-01-20)
48
### 增加
59
* 新加坡机房

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.2.3';
6+
const SDK_VER = '7.2.4';
77

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

0 commit comments

Comments
 (0)