Skip to content

Commit cef9c6c

Browse files
committed
update version to v0.3.7
1 parent 17e8e18 commit cef9c6c

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666

6767
参考例子:
6868
```shell
69-
wget https://github.com/tickstep/aliyunpan/releases/download/v0.3.6/aliyunpan-v0.3.6-linux-amd64.zip
70-
unzip aliyunpan-v0.3.6-linux-amd64.zip
71-
cd aliyunpan-v0.3.6-linux-amd64
69+
wget https://github.com/tickstep/aliyunpan/releases/download/v0.3.7/aliyunpan-v0.3.7-linux-amd64.zip
70+
unzip aliyunpan-v0.3.7-linux-amd64.zip
71+
cd aliyunpan-v0.3.7-linux-amd64
7272
./aliyunpan
7373
```
7474

@@ -126,7 +126,7 @@ winget install tickstep.aliyunpan --silent
126126
![](./assets/images/sync_command-basic_logic.jpg)
127127

128128
```
129-
docker run -d --name=aliyunpan-sync --restart=always -v "<your aliyunpan_config.json>:/home/app/config/aliyunpan_config.json" -v "<your local dir>:/home/app/data" -e ALIYUNPAN_PAN_DIR="<your drive pan dir>" -e ALIYUNPAN_SYNC_MODE="upload" -e ALIYUNPAN_SYNC_POLICY="increment" -e ALIYUNPAN_SYNC_DRIVE="backup" -e ALIYUNPAN_SYNC_LOG="true" tickstep/aliyunpan-sync:v0.3.6
129+
docker run -d --name=aliyunpan-sync --restart=always -v "<your aliyunpan_config.json>:/home/app/config/aliyunpan_config.json" -v "<your local dir>:/home/app/data" -e ALIYUNPAN_PAN_DIR="<your drive pan dir>" -e ALIYUNPAN_SYNC_MODE="upload" -e ALIYUNPAN_SYNC_POLICY="increment" -e ALIYUNPAN_SYNC_DRIVE="backup" -e ALIYUNPAN_SYNC_LOG="true" tickstep/aliyunpan-sync:v0.3.7
130130
131131
<your aliyunpan_config.json>: 用户已经登录成功并保存好的aliyunpan_config.json凭据文件
132132
<your local dir>:本地目标目录,绝对路径,例如:/tickstep/Documents/设计文档

aliyunpan.exe.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
3-
<assemblyIdentity version="0.3.6.0" processorArchitecture="*" name="com.tickstep.aliyunpan" type="win32"/>
3+
<assemblyIdentity version="0.3.7.0" processorArchitecture="*" name="com.tickstep.aliyunpan" type="win32"/>
44
<dependency>
55
<dependentAssembly>
66
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"/>

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const (
5353

5454
var (
5555
// Version 版本号
56-
Version = "v0.3.6"
56+
Version = "v0.3.7"
5757

5858
// 命令历史文件
5959
historyFilePath = filepath.Join(config.GetConfigDir(), "aliyunpan_command_history.txt")

resource_windows_386.syso

0 Bytes
Binary file not shown.

resource_windows_amd64.syso

0 Bytes
Binary file not shown.

versioninfo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"FileVersion": {
44
"Major": 0,
55
"Minor": 3,
6-
"Patch": 6,
6+
"Patch": 7,
77
"Build": 0
88
},
99
"ProductVersion": {
1010
"Major": 0,
1111
"Minor": 3,
12-
"Patch": 6,
12+
"Patch": 7,
1313
"Build": 0
1414
},
1515
"FileFlagsMask": "3f",
@@ -22,14 +22,14 @@
2222
"Comments": "",
2323
"CompanyName": "tickstep",
2424
"FileDescription": "阿里云盘客户端",
25-
"FileVersion": "v0.3.6",
25+
"FileVersion": "v0.3.7",
2626
"InternalName": "",
2727
"LegalCopyright": "© 2021-2025 tickstep.",
2828
"LegalTrademarks": "",
2929
"OriginalFilename": "",
3030
"PrivateBuild": "",
3131
"ProductName": "aliyunpan",
32-
"ProductVersion": "v0.3.6",
32+
"ProductVersion": "v0.3.7",
3333
"SpecialBuild": ""
3434
},
3535
"VarFileInfo": {

0 commit comments

Comments
 (0)