Skip to content

Commit 1981b19

Browse files
committed
update to v0.0.2
1 parent dd3325d commit 1981b19

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

resource.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": 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",
@@ -22,14 +22,14 @@
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": {

0 commit comments

Comments
 (0)