We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee585a8 commit 01628b8Copy full SHA for 01628b8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 7.25.1
4
+
5
+* 修复
6
+ * QVS 录制合并接口
7
8
## 7.25.0
9
10
* 新增
README.md
@@ -17,7 +17,7 @@ github.com/qiniu/go-sdk
17
在您的项目中的 `go.mod` 文件内添加这行代码
18
19
```
20
-require github.com/qiniu/go-sdk/v7 v7.25.0
+require github.com/qiniu/go-sdk/v7 v7.25.1
21
22
23
并且在项目中使用 `"github.com/qiniu/go-sdk/v7"` 引用 Qiniu Go SDK。
conf/conf.go
@@ -4,7 +4,7 @@ import (
"github.com/qiniu/go-sdk/v7/internal/env"
)
-const Version = "7.25.0"
+const Version = "7.25.1"
const (
CONTENT_TYPE_JSON = "application/json"
0 commit comments