We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c98412c + 240ce5b commit 2a0f03cCopy full SHA for 2a0f03c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 7.2.15 (2018-09-10)
4
+## 移除内部鉴权打印
5
+
6
## 7.2.12 (2018-05-09)
7
## 增加
8
* 增加连麦Rtc功能
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
9
/**
10
* 版本号
11
*/
12
- public static final String VERSION = "7.2.14";
+ public static final String VERSION = "7.2.15";
13
14
* 块大小,不能改变
15
0 commit comments