From 366d63afdcfe7a74572efb4b600127117432a454 Mon Sep 17 00:00:00 2001 From: Christopher Allen Lane Date: Sun, 15 Feb 2026 11:23:31 -0500 Subject: [PATCH] chore: bump version to 4.6.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 6541eb8..90531ee 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.5.2" +const version = "4.6.0" func main() {