From 7b4a268ebddedca7f94de7b1d9751212f68e3488 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sun, 2 Feb 2020 15:56:18 -0500 Subject: [PATCH] fix: resolves #301 Fixes an issue whereby `cheat` would crash when `$EDITOR` (or equivalent) contained arguments. --- 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 0885599..48d6252 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.5.0" +const version = "3.5.1" func main() {