From 1016b20ef28f00060c1a8f0bad8d27f07a30d8ba Mon Sep 17 00:00:00 2001 From: Christopher Allen Lane Date: Mon, 4 Jul 2022 16:58:58 -0400 Subject: [PATCH] chore: bump version to `4.2.4` Bump version to `4.2.4`. This version contains numerous Windows fixes and improvements. --- 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 608cf41..b3ec86a 100755 --- a/cmd/cheat/main.go +++ b/cmd/cheat/main.go @@ -16,7 +16,7 @@ import ( "github.com/cheat/cheat/internal/installer" ) -const version = "4.2.3" +const version = "4.2.4" func main() {