version

package
v0.2.49 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2026 License: GPL-2.0, GPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package version holds the single-source-of-truth build version string for vibekit. Populated at build time via `-ldflags "-X vibekit/internal/version.Build=<tag>"` in the Dockerfile. When built outside the container (`go build` / `go test`) it stays "dev" so callers can tell development from release.

Anything that needs the version — the ACP handshake, GET /api/version, the Settings → General panel — imports this package instead of hardcoding the string.

Index

Constants

This section is empty.

Variables

View Source
var Build = "dev"

Build is the build tag injected by the image build (e.g. "2026.04.21"). Stays "dev" for developer builds.

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