Skip to content

Commit

Permalink
Merge pull request #404 from qiniu/bump-to-v7.9.0
Browse files Browse the repository at this point in the history
bump to v7.9.0
  • Loading branch information
bachue authored Mar 31, 2023
2 parents 57deed0 + 9e4e933 commit af52094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next Version
## 7.9.0 (2023-03-31)
* 对象存储,修复无法对 key 为空字符串的对象进行操作
* 修复 301 重定向无法正确获取 header 信息
* 对象存储,新增查询区域域名过期时间
Expand Down
2 changes: 1 addition & 1 deletion src/Qiniu/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

final class Config
{
const SDK_VER = '7.8.0';
const SDK_VER = '7.9.0';

const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改

Expand Down

0 comments on commit af52094

Please sign in to comment.