Skip to content

Commit a8dd466

Browse files
committed
fixed version string
1 parent 8e4ac42 commit a8dd466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/global/variables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ var (
3232
Args map[string]string
3333
TotalHosts count32
3434
AliveHosts count32
35-
Version = "0.1.2"
35+
Version = "0.1.12"
3636
)

0 commit comments

Comments
 (0)