File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ func main() {
3737 Use : "version" ,
3838 Short : "显示版本信息" ,
3939 Run : func (cmd * cobra.Command , args []string ) {
40- fmt .Println ("xc version 0.0.1 " )
40+ fmt .Println ("xc version 0.0.2 " )
4141 },
4242 }
4343
Original file line number Diff line number Diff line change 33 "FileVersion" : {
44 "Major" : 0 ,
55 "Minor" : 0 ,
6- "Patch" : 1 ,
6+ "Patch" : 2 ,
77 "Build" : 0
88 },
99 "ProductVersion" : {
1010 "Major" : 0 ,
1111 "Minor" : 0 ,
12- "Patch" : 1 ,
12+ "Patch" : 2 ,
1313 "Build" : 0
1414 },
1515 "FileFlagsMask" : " 3f" ,
2222 "Comments" : " xcgui 的命令行工具" ,
2323 "CompanyName" : " github.com/twgh" ,
2424 "FileDescription" : " xcgui 的命令行工具" ,
25- "FileVersion" : " v0.0.1 .0" ,
25+ "FileVersion" : " v0.0.2 .0" ,
2626 "InternalName" : " xc" ,
2727 "LegalCopyright" : " Copyright (c) 2025 twgh" ,
2828 "LegalTrademarks" : " " ,
2929 "OriginalFilename" : " xc" ,
3030 "PrivateBuild" : " " ,
3131 "ProductName" : " xc" ,
32- "ProductVersion" : " v0.0.1 .0" ,
32+ "ProductVersion" : " v0.0.2 .0" ,
3333 "SpecialBuild" : " "
3434 },
3535 "VarFileInfo" : {
You can’t perform that action at this time.
0 commit comments