version

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2026 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package version is the single source of truth for the build version string. The Version variable is overridden at build time via -ldflags:

go build -ldflags "-X github.com/lenaxia/llmsafespaces/pkg/version.Version=v0.4.1"

When unset (e.g. local dev), Version is "dev". The release workflow sets it from the git tag.

Each component that exposes a version surface (API /livez, /readyz; controller --version flag; CLI tools) reads from here so we never have two competing version strings.

Index

Constants

This section is empty.

Variables

View Source
var Version = "dev"

Version is the build version. Overridden at build time. See package doc.

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