Skip to content

Commit 86db7b0

Browse files
committedMay 26, 2023
changelog
1 parent 234cca5 commit 86db7b0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## 7.13.1(2023-05-25)
3+
* GetBucketQuota
4+
* ChangeApiHost
5+
* PlayExpire
6+
27
## 7.13.0(2023-03-30)
38
* Client 开放 head 请求方法
49
* BatchOperations 增加 size() 方法

‎src/main/java/com/qiniu/common/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public final class Constants {
99
/**
1010
* 版本号
1111
*/
12-
public static final String VERSION = "7.13.0";
12+
public static final String VERSION = "7.13.1";
1313
/**
1414
* 块大小,不能改变
1515
*/

0 commit comments

Comments
 (0)
Please sign in to comment.