Skip to content

Commit 1144aca

Browse files
committed
Merge pull request #198 from longbai/release_7.0.9
release_7.0.9
2 parents ad79f72 + 07e9671 commit 1144aca

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.0.9 (2016-04-22)
4+
### 增加
5+
* 强制copy或者move
6+
37
## 7.0.8 (2016-01-05)
48

59
### 修正

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

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

77
public final class Config {
88

9-
public static final String VERSION = "7.0.8";
9+
public static final String VERSION = "7.0.9";
1010
/**
1111
* 断点上传时的分块大小(默认的分块大小, 不允许改变)
1212
*/

0 commit comments

Comments
 (0)