From 81a4c1f76535a203147c341c760b5b88b1d847d9 Mon Sep 17 00:00:00 2001 From: tickstep Date: Sat, 8 Jan 2022 23:00:07 +0800 Subject: [PATCH] update version to v0.1.0 --- aliyunpan.exe.manifest | 2 +- main.go | 2 +- resource_windows_386.syso | Bin 272099 -> 272099 bytes resource_windows_amd64.syso | Bin 272099 -> 272099 bytes versioninfo.json | 12 ++++++------ 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/aliyunpan.exe.manifest b/aliyunpan.exe.manifest index 5fba612..6fa433d 100644 --- a/aliyunpan.exe.manifest +++ b/aliyunpan.exe.manifest @@ -1,6 +1,6 @@ - + diff --git a/main.go b/main.go index 529cd9b..9a8b895 100644 --- a/main.go +++ b/main.go @@ -47,7 +47,7 @@ const ( var ( // Version 版本号 - Version = "v0.0.9" + Version = "v0.1.0" historyFilePath = filepath.Join(config.GetConfigDir(), "aliyunpan_command_history.txt") diff --git a/resource_windows_386.syso b/resource_windows_386.syso index c51065caf439a4e2403097beb4644ce4fd153d90..48b0cf2cde23131f855f2e07b114b206732d46e1 100644 GIT binary patch delta 74 zcmaESR^ahjfrb{w7N!>FEi5+_`574?07_4PuE_G5)sR7t!C?AzC6?6?=Js}F770d1 R!|55SEDGBXsIVwA0RZE|5(WSO delta 76 zcmaESR^ahjfrb{w7N!>FEi5+_`5C}~6GAa?PJgb*@|x9vL65<5`gJ9i)ez?Pc4Za` VMrH#&%jsFFEOOfqsIVwA0RRhu5{>`> diff --git a/resource_windows_amd64.syso b/resource_windows_amd64.syso index 99bdd84b2ce62dd473088950851737ebdea1f35a..ec70c8171af4165416f054dfabbe2e1ccee56548 100644 GIT binary patch delta 74 zcmaESR^ahjfrb{w7N!>FEi5+_`574?07_4PuE_G5)sR7t!C?AzC6?6?=Js}F770d1 R!|55SEDGBXsIVwA0RZE|5(WSO delta 76 zcmaESR^ahjfrb{w7N!>FEi5+_`5C}~6GAa?PJgb*@|x9vL65<5`gJ9i)ez?Pc4Za` VMrH#&%jsFFEOOfqsIVwA0RRhu5{>`> diff --git a/versioninfo.json b/versioninfo.json index e7a7ff1..eb74d2a 100644 --- a/versioninfo.json +++ b/versioninfo.json @@ -2,14 +2,14 @@ "FixedFileInfo": { "FileVersion": { "Major": 0, - "Minor": 0, - "Patch": 9, + "Minor": 1, + "Patch": 0, "Build": 0 }, "ProductVersion": { "Major": 0, - "Minor": 0, - "Patch": 9, + "Minor": 1, + "Patch": 0, "Build": 0 }, "FileFlagsMask": "3f", @@ -22,14 +22,14 @@ "Comments": "", "CompanyName": "tickstep", "FileDescription": "阿里云盘客户端", - "FileVersion": "v0.0.9", + "FileVersion": "v0.1.0", "InternalName": "", "LegalCopyright": "© 2021 tickstep.", "LegalTrademarks": "", "OriginalFilename": "", "PrivateBuild": "", "ProductName": "aliyunpan", - "ProductVersion": "v0.0.9", + "ProductVersion": "v0.1.0", "SpecialBuild": "" }, "VarFileInfo": {