Skip to content

Commit 240ce5b

Browse files
committed
add version
1 parent e473df7 commit 240ce5b

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.2.15 (2018-09-10)
4+
## 移除内部鉴权打印
5+
36
## 7.2.12 (2018-05-09)
47
## 增加
58
* 增加连麦Rtc功能

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.2.14";
12+
public static final String VERSION = "7.2.15";
1313
/**
1414
* 块大小,不能改变
1515
*/

0 commit comments

Comments
 (0)