version

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package version carries the build-time version stamp shared by every binary. The release pipeline injects it with

-ldflags "-X github.com/OpenSDLC-Dev/managed-agent-platform/internal/version.Version=X.Y.Z"

and an uninjected build reports "dev". A bare variable on purpose: no statements means nothing for the coverage gate to count, and there is no version API endpoint — that would be net-new wire surface (plan 27 decision 3).

Index

Constants

This section is empty.

Variables

View Source
var Version = "dev"

Version is the platform release version, or "dev" when not injected.

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