From e7a1a296e3a4ba651dad3e461fc35db89a98225d Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Tue, 5 Nov 2019 19:19:17 -0500 Subject: [PATCH] chore: version bump Version bump to `3.0.4`. --- 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 f5288ae..309a09e 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.3" +const version = "3.0.4" func main() {