Skip to content

Commit 49ad1d9

Browse files
committed
update sdk version
1 parent 4da4eb0 commit 49ad1d9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#Changelog
22

3+
## 7.1.2 (2016-11-12)
4+
### 修正
5+
* 明确抛出获取各区域域名失败时的报错
6+
37
## 7.1.1 (2016-11-02)
48
### 修正
59
* 多区域配置文件存储目录从home修改到tmp目录

src/Qiniu/Config.php

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

66
final class Config
77
{
8-
const SDK_VER = '7.1.1';
8+
const SDK_VER = '7.1.2';
99

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

0 commit comments

Comments
 (0)