Skip to content

Commit

Permalink
[ci skip] release 7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
longbai committed Apr 22, 2016
1 parent ad79f72 commit 07e9671
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#Changelog

## 7.0.9 (2016-04-22)
### 增加
* 强制copy或者move

## 7.0.8 (2016-01-05)

### 修正
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/qiniu/common/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public final class Config {

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

0 comments on commit 07e9671

Please sign in to comment.