version

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2026 License: MIT Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL