From d4a8a79628c0573fc0d6f635c17a2bd099266480 Mon Sep 17 00:00:00 2001 From: Christopher Allen Lane Date: Sun, 15 Feb 2026 12:24:54 -0500 Subject: [PATCH] chore: bump version to 4.7.0 Co-Authored-By: Claude Opus 4.6 --- 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 68fd6bc..ba07829 100755 --- a/cmd/cheat/main.go +++ b/cmd/cheat/main.go @@ -15,7 +15,7 @@ import ( "github.com/cheat/cheat/internal/installer" ) -const version = "4.6.0" +const version = "4.7.0" func main() {