Skip to content

Commit d4c1dcd

Browse files
committed
bump version
1 parent 5f7ba0a commit d4c1dcd

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
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
var (
17-
version = "0.6.2"
17+
version = "1.0.0"
1818
showVersion = flag.Bool("v", false, "Show version")
1919
noColor = flag.Bool("no-color", false, "Disable color output")
2020
config = flag.String("config", ".githound.yml", "Hound config file")

0 commit comments

Comments
 (0)