Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Sep 29, 2020
1 parent 5f7ba0a commit d4c1dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -14,7 +14,7 @@ import (
)

var (
version = "0.6.2"
version = "1.0.0"
showVersion = flag.Bool("v", false, "Show version")
noColor = flag.Bool("no-color", false, "Disable color output")
config = flag.String("config", ".githound.yml", "Hound config file")
Expand Down

0 comments on commit d4c1dcd

Please sign in to comment.