Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cmd/kai/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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=<tag>" (see .github/workflows/ci.yml).
// Version is the kai CLI's version string; release builds override it via -ldflags "-X main.Version=<tag>".
var Version = "0.34.5"

// GitSHA is the commit this binary was built from, injected by the
Expand Down