Skip to content

Commit e4e1296

Browse files
committed
ver up
1 parent e72333f commit e4e1296

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.4 (2022-05-27)
4+
* 添加查询单个短信模板接口
5+
36
## 7.10.3 (2022-05-19)
47
* 支持非 UTF-8 环境变量
58
* QVS修复中文前缀列举问题

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

0 commit comments

Comments
 (0)