From a3fe4f40bb660cea36d411244e3c4074b9644a0e Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Thu, 30 Jan 2020 20:06:06 -0500 Subject: [PATCH] chore: bumps version to 3.4.1 --- 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 864bbc3..2cec23e 100755 --- a/cmd/cheat/main.go +++ b/cmd/cheat/main.go @@ -14,7 +14,7 @@ import ( "github.com/cheat/cheat/internal/config" ) -const version = "3.4.0" +const version = "3.4.1" func main() {