Skip to content

Commit 3cc4361

Browse files
committed
v3.9.7
1 parent d982495 commit 3cc4361

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ iikira/BaiduPCS-Go was largely inspired by [GangZhuo/BaiduPCS](https://github.co
9797
[离线下载](#离线下载), 支持http/https/ftp/电驴/磁力链协议.
9898

9999
# 版本更新
100+
**2025.01.07** v3.9.7
101+
- fix #359, #360
102+
- fix #339
103+
100104
**2024.12.14** v3.9.6
101105
- 关闭秒传转存功能
102106
- 修复常规转存失败

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ const (
5555

5656
var (
5757
// Version 版本号
58-
//Version = "v3.9.4-devel"
59-
Version = "v3.9.6-devel"
58+
Version = "v3.9.7-devel"
6059

6160
historyFilePath = filepath.Join(pcsconfig.GetConfigDir(), "pcs_command_history.txt")
6261
reloadFn = func(c *cli.Context) error {

versioninfo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"FileVersion": {
44
"Major": 3,
55
"Minor": 9,
6-
"Patch": 6,
6+
"Patch": 7,
77
"Build": 0
88
},
99
"ProductVersion": {
1010
"Major": 3,
1111
"Minor": 9,
12-
"Patch": 6,
12+
"Patch": 7,
1313
"Build": 0
1414
},
1515
"FileFlagsMask": "3f",
@@ -22,14 +22,14 @@
2222
"Comments": "",
2323
"CompanyName": "qjfoidnh",
2424
"FileDescription": "百度网盘客户端(加强版)",
25-
"FileVersion": "v3.9.6",
25+
"FileVersion": "v3.9.7",
2626
"InternalName": "",
2727
"LegalCopyright": "© 2016-2020 iikira.",
2828
"LegalTrademarks": "",
2929
"OriginalFilename": "",
3030
"PrivateBuild": "",
3131
"ProductName": "BaiduPCS-Go",
32-
"ProductVersion": "v3.9.6",
32+
"ProductVersion": "v3.9.7",
3333
"SpecialBuild": ""
3434
},
3535
"VarFileInfo": {

0 commit comments

Comments
 (0)