Skip to content

Commit 46a4308

Browse files
committed
update verison [ci skip]
1 parent cd7fb6a commit 46a4308

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 7.1.3 (2016-08-02)
4+
### 增加
5+
* 下载方法
6+
* 支持x:foo变量
7+
* batch 增加force
8+
39
## 7.1.2 (2016-07-14)
410
### 增加
511
* 内部dns 解析支持

src/main/java/com/qiniu/common/Config.java

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

1010
public final class Config {
1111

12-
public static final String VERSION = "7.1.2";
12+
public static final String VERSION = "7.1.3";
1313
/**
1414
* 断点上传时的分块大小(默认的分块大小, 不允许改变)
1515
*/

0 commit comments

Comments
 (0)