Documentation
¶
Overview ¶
Package version holds the brainjar binary version as a single source of truth. The release workflow overrides Version via -ldflags -X at build time with the git tag. Both the CLI (cobra --version) and the MCP server (Implementation.Version) read from here so they never drift.
Must be a var, not a const — -X can only inject into vars.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.