version

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2026 License: MIT Imports: 1 Imported by: 0

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.5"

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.

Jump to

Keyboard shortcuts

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