Skip to content

Commit 1bfdf73

Browse files
committed
fix
2 parents fa42516 + 6108c83 commit 1bfdf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/commons/core/options.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func ParseOptions() *Options {
6868
flag.Parse()
6969

7070
// TODO 修改版本号
71-
v := "0.0.6"
71+
v := "0.0.7"
7272

7373
ShowBanner(v)
7474

0 commit comments

Comments
 (0)