From d4c1dcd6b9715dd0ef5506814355c20c651a4ac2 Mon Sep 17 00:00:00 2001 From: Zeke Gabrielse Date: Tue, 29 Sep 2020 12:30:46 -0500 Subject: [PATCH] bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 103afa0..557a08c 100644 --- a/main.go +++ b/main.go @@ -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")