Documentation
¶
Overview ¶
Package version reports the running AnchorDB version.
Index ¶
Constants ¶
View Source
const Name = "anchordb"
Name is the tool family reported by --version and by the MCP handshake.
Variables ¶
View Source
var Version = "1.0.1"
Version is the released version. It is the fallback for builds that carry no module information, such as `go build` from a working tree.
Functions ¶
func String ¶
func String() string
String reports the running version.
A binary installed with `go install ...@v1.2.3` records that tag in its build info, which is more trustworthy than the constant above: the constant is whatever the source said when it was written, while the build info is what was actually installed. Prefer it when it names a real version.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.