Skip to content

Commit 8f396d8

Browse files
committed
up ver
1 parent 4561dad commit 8f396d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## 7.10.2 (2022-04-28)
4+
* RTC模块提供V4版本合流接口
5+
36
## 7.10.1 (2022-04-25)
47
* 对象存储,补充 stat api 可查看对象元数据信息
58

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

Lines changed: 1 addition & 1 deletion
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.10.1";
12+
public static final String VERSION = "7.10.2";
1313
/**
1414
* 块大小,不能改变
1515
*/

0 commit comments

Comments
 (0)