1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-31 12:27:06 +02:00

fix: resolves

Fixes an issue whereby `cheat` would crash when `$EDITOR` (or
equivalent) contained arguments.
This commit is contained in:
Chris Lane 2020-02-02 15:56:18 -05:00
parent f7183aa17a
commit 7b4a268ebd

@ -14,7 +14,7 @@ import (
"github.com/cheat/cheat/internal/config"
)
const version = "3.5.0"
const version = "3.5.1"
func main() {