Skip to content

Commit a2cf6c2

Browse files
committed
fix: update binary version number
1 parent ab014e4 commit a2cf6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
var (
21-
version = "1.0.0"
21+
version = "1.0.4"
2222
programFlag string
2323
autoYesFlag bool
2424
daemonFlag bool

0 commit comments

Comments
 (0)