From 594ca77d406e2dda3c886e7372a4ed89afe159ba Mon Sep 17 00:00:00 2001 From: Jacob Schatz Date: Fri, 28 Aug 2026 10:57:41 +0000 Subject: [PATCH] Version Constant Comment in Kai CLI Shipped with kai (server publish). Kai-Session: a5bddafe-c9a0-4be8-b9e5-f6d8a1ef7db0 --- cmd/kai/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/kai/main.go b/cmd/kai/main.go index 0e708ab..09568b7 100644 --- a/cmd/kai/main.go +++ b/cmd/kai/main.go @@ -87,8 +87,7 @@ var kaiDir = kaipath.Resolve(".") // ciPolicyFile is the primary CI policy location (inside kaiDir). var ciPolicyFile = filepath.Join(kaiDir, "rules", "ci-policy.yaml") -// Version is the current kai CLI default; release builds override it via -// -ldflags "-X main.Version=" (see .github/workflows/ci.yml). +// Version is the kai CLI's version string; release builds override it via -ldflags "-X main.Version=". var Version = "0.34.5" // GitSHA is the commit this binary was built from, injected by the