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.
1 parent 26000cc commit ead7f49Copy full SHA for ead7f49
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.3
+require github.com/qiniu/go-sdk/v7 v7.25.4
21
22
23
并且在项目中使用 `"github.com/qiniu/go-sdk/v7"` 引用 Qiniu Go SDK。
conf/conf.go
@@ -4,7 +4,7 @@ import (
4
"github.com/qiniu/go-sdk/v7/internal/env"
5
)
6
7
-const Version = "7.25.3"
+const Version = "7.25.4"
8
9
const (
10
CONTENT_TYPE_JSON = "application/json"
0 commit comments