Skip to content

Commit 9479296

Browse files
committed
修改了版本号
1 parent 88aab46 commit 9479296

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/commons/core/options.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ func ParseOptions() *Options {
5757
flag.StringVar(&options.Out, "o", "result.txt", "out file example: -o=result.txt default result.txt")
5858
flag.Parse()
5959

60-
v := "0.0.1"
60+
// TODO 修改版本号
61+
v := "0.0.4"
6162

6263
if options.Version {
6364
//ShowBanner(v)

0 commit comments

Comments
 (0)