From e08a4f3cecb26b2bad657b7bc7fdd7c167c13b2f Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Thu, 7 Nov 2019 20:00:57 -0500 Subject: [PATCH] chore: bumps version to 3.0.5 --- cmd/cheat/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cheat/main.go b/cmd/cheat/main.go index 1453a39..8680730 100755 --- a/cmd/cheat/main.go +++ b/cmd/cheat/main.go @@ -13,7 +13,7 @@ import ( "github.com/cheat/cheat/internal/config" ) -const version = "3.0.4" +const version = "3.0.5" func main() {